tanghaolin
2022-09-13 9ed8c3086f82aa1af3b5b287ea7be151b2a40dbb
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="+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>