From 65d6a17e890a0380afc9c6b9c1098a535899c759 Mon Sep 17 00:00:00 2001 From: tanghaolin <1723298894@qq.com> Date: 星期一, 05 九月 2022 10:53:27 +0800 Subject: [PATCH] 修改品牌筛选的bug --- src/views/Home.vue | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 94a47eb..bc65f5b 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -173,6 +173,9 @@ 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> @@ -473,7 +476,16 @@ //閲嶇疆瀵嗙爜 resetPwd() { this.gotoPage("/resetPwd", "", null); - } + }, + //鑱旂郴鎴� + contactMe(){ + let qqNumberUrl = "1723298894" + let appQQUrl = "mqqwpa://im/chat?chat_type=wpa&uin="+qqNumber+"&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> -- Gitblit v1.9.3