| | |
| | | style="position: fixed; width: 100%; bottom: 0" |
| | | >{{m_bottomTextContent}}</nav> |
| | | </div> |
| | | <div style="position: fixed;right: 5px;bottom: 120px;box-shadow: 0 0 6px rgb(0 0 0 / 12%);border-radius: 28px;" @click="contactMe"> |
| | | <van-icon name="chat-o" size="42" /> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | //重置密码 |
| | | resetPwd() { |
| | | this.gotoPage("/resetPwd", "", null); |
| | | } |
| | | }, |
| | | //联系我 |
| | | contactMe(){ |
| | | let qqNumberUrl = "1723298894" |
| | | let appQQUrl = "mqqwpa://im/chat?chat_type=wpa&uin="+qqNumberUrl+"&version=1&src_type=web&web_src=oicqzone.com" |
| | | let weChatQQUrl = "http://wpa.qq.com/msgrd?v=3&uin="+qqNumberUrl +"&site=qq&menu=yes" |
| | | |
| | | window.location.href=appQQUrl |
| | | |
| | | }, |
| | | } |
| | | }; |
| | | </script> |