From b7fb67d97518dc2b7c93f375474003b4b0e8a882 Mon Sep 17 00:00:00 2001 From: mabo Date: Fri, 28 May 2021 17:18:17 +0800 Subject: [PATCH] =?UTF-8?q?app=20=E5=AE=A2=E6=9C=8D=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/goods.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/product/goods.vue b/pages/product/goods.vue index f20949d..6f78fe7 100644 --- a/pages/product/goods.vue +++ b/pages/product/goods.vue @@ -487,6 +487,7 @@ export default { } }, linkMsgDetail () { // 客服 + // #ifdef MP-WEIXIN const params = { storeName: this.storeDetail.storeName, goodsName: this.goodsDetail.goodsName, @@ -502,6 +503,13 @@ export default { uni.navigateTo({ url: '/pages/product/customerservice/index?params=' + encodeURIComponent(JSON.stringify(params)) }) + // #endif + // #ifndef MP-WEIXIN + const sign = this.storeDetail.yzfSign || '37ef9b97807d03c6741298ed4eb5b536d2d238e08a3c00fb01fe48f03a569974c99ad767e72c04b3165ef29aca2c488b505fe4ca' + uni.navigateTo({ + url: '/pages/tabbar/home/web-view?src=https://yzf.qq.com/xv/web/static/chat/index.html?sign=' + sign + }) + // #endif }, // 格式化金钱 1999 --> [1999,00] formatPrice(val) {