From ddcd03f0967666c66f48dc37f2a3c4567bbefe93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com>
Date: Wed, 1 Jun 2022 11:02:25 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=A8=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/product/goods.vue | 50 ++++++++++++++++++++---------------------
1 file changed, 25 insertions(+), 25 deletions(-)
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,