修复店铺联系客服跳转问题
parent
470995c13d
commit
9a149eb673
|
@ -179,30 +179,34 @@ export default {
|
||||||
* 联系客服
|
* 联系客服
|
||||||
*/
|
*/
|
||||||
linkKefuDetail() {
|
linkKefuDetail() {
|
||||||
// 客服
|
// // 客服
|
||||||
// #ifdef MP-WEIXIN
|
// // #ifdef MP-WEIXIN
|
||||||
|
|
||||||
|
// const params = {
|
||||||
|
// // originalPrice: this.goodsDetail.original || this.goodsDetail.price,
|
||||||
|
// uuid: storage.getUuid(),
|
||||||
|
// token: storage.getAccessToken(),
|
||||||
|
// sign: this.storeInfo.yzfSign,
|
||||||
|
// mpSign: this.storeInfo.yzfMpSign,
|
||||||
|
// };
|
||||||
|
// uni.navigateTo({
|
||||||
|
// url:
|
||||||
|
// "/pages/product/customerservice/index?params=" +
|
||||||
|
// encodeURIComponent(JSON.stringify(params)),
|
||||||
|
// });
|
||||||
|
// // #endif
|
||||||
|
// // #ifndef MP-WEIXIN
|
||||||
|
// const sign = this.storeInfo.yzfSign;
|
||||||
|
// uni.navigateTo({
|
||||||
|
// url:
|
||||||
|
// "/pages/tabbar/home/web-view?src=https://yzf.qq.com/xv/web/static/chat/index.html?sign=" +
|
||||||
|
// sign,
|
||||||
|
// });
|
||||||
|
// // #endif
|
||||||
|
|
||||||
const params = {
|
|
||||||
// originalPrice: this.goodsDetail.original || this.goodsDetail.price,
|
|
||||||
uuid: storage.getUuid(),
|
|
||||||
token: storage.getAccessToken(),
|
|
||||||
sign: this.storeInfo.yzfSign,
|
|
||||||
mpSign: this.storeInfo.yzfMpSign,
|
|
||||||
};
|
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:
|
url: `/pages/tabbar/home/web-view?IM=${this.storeId}`,
|
||||||
"/pages/product/customerservice/index?params=" +
|
|
||||||
encodeURIComponent(JSON.stringify(params)),
|
|
||||||
});
|
});
|
||||||
// #endif
|
|
||||||
// #ifndef MP-WEIXIN
|
|
||||||
const sign = this.storeInfo.yzfSign;
|
|
||||||
uni.navigateTo({
|
|
||||||
url:
|
|
||||||
"/pages/tabbar/home/web-view?src=https://yzf.qq.com/xv/web/static/chat/index.html?sign=" +
|
|
||||||
sign,
|
|
||||||
});
|
|
||||||
// #endif
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/** 获取店铺分类 */
|
/** 获取店铺分类 */
|
||||||
|
|
Loading…
Reference in New Issue