diff --git a/pages/product/goods.vue b/pages/product/goods.vue index f6178d7..8e1af3c 100644 --- a/pages/product/goods.vue +++ b/pages/product/goods.vue @@ -150,14 +150,14 @@ - + + ¥{{ formatPrice(wholesaleList[wholesaleList.length-1].price)[0] }}.{{ formatPrice(wholesaleList[wholesaleList.length-1].price)[1] }} + ~ + ¥{{ formatPrice(wholesaleList[0].price)[0] }}.{{ formatPrice(wholesaleList[0].price)[1] }} + + + ¥{{ formatPrice(goodsDetail.price)[0] }}.{{ formatPrice(goodsDetail.price)[1] }} + @@ -352,7 +352,7 @@ :isGroup="isGroup" :id="productId" v-if="goodsDetail.id" - :pointDetail="pointDetail" + :pointDetail="pointDetail" :wholesaleList="wholesaleList" @handleClickSku="selectSku" :buyMask="buyMask" @@ -528,12 +528,12 @@ export default { startTimer: false, //未开启 是false routerVal: "", - IMLink: "", // IM地址 + IMLink: "", // IM地址 wholesaleList:[] }; }, - computed: { + computed: { // udesk IM IM() { return this.IMLink + this.storeDetail.merchantEuid; @@ -716,21 +716,21 @@ export default { }, linkMsgDetail() { - // lili 基础客服 - - uni.navigateTo({ - url: `/pages/tabbar/home/web-view?IM=${this.storeDetail.storeId}`, - }); - - // udesk 代码 - // if (this.storeDetail.merchantEuid) { - // uni.navigateTo({ - // url: `/pages/tabbar/home/web-view?src=${this.IM}`, - // }); - // } - + // lili 基础客服 + + uni.navigateTo({ + url: `/pages/tabbar/home/web-view?IM=${this.storeDetail.storeId}`, + }); + + // udesk 代码 + // if (this.storeDetail.merchantEuid) { + // uni.navigateTo({ + // url: `/pages/tabbar/home/web-view?src=${this.IM}`, + // }); + // } - // 客服 云智服代码 + + // 客服 云智服代码 // // #ifdef MP-WEIXIN // const params = { // storeName: this.storeDetail.storeName,