From d8c2aef83ea3029b7de72395e37aaffbfaeb6de2 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 29 Dec 2025 15:43:27 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E5=85=88=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E8=81=94=E7=B3=BB=E5=95=86=E5=AE=B6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 2 +- pages/user/user.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config.js b/common/config.js index bc7c7ef..91fe54d 100644 --- a/common/config.js +++ b/common/config.js @@ -1,6 +1,6 @@ // const debug = process.env.NODE_ENV == 'development' ? true : false; // const debug = false; // false线上 true本地 -const debug = true; // false线上 true本地 +const debug = false; // false线上 true本地 let baseUrl = '' let baseUrlwws = '' diff --git a/pages/user/user.vue b/pages/user/user.vue index 8a2a285..73fb5e8 100644 --- a/pages/user/user.vue +++ b/pages/user/user.vue @@ -258,7 +258,7 @@ const myFunList = ref([ // icon: "https://czg-qr-order.oss-cn-beijing.aliyuncs.com/my/my_member.png" // }, // { name: "关于", type: "", icon: "https://czg-qr-order.oss-cn-beijing.aliyuncs.com/my/inRegard.png"}, - { name: '联系商家', type: 'contact', icon: 'https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/1/2b0480c32c1844dbae2c09f6a729c6e8.png' } + // { name: '联系商家', type: 'contact', icon: 'https://cashier-oss.oss-cn-beijing.aliyuncs.com/upload/1/2b0480c32c1844dbae2c09f6a729c6e8.png' } ]); const userInfo = reactive({}); From 3064007137bebc7cebf6c730657bf8ce5c234fd0 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 5 Jan 2026 16:07:28 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E9=80=89=E6=8B=A9=E4=B8=8D=E5=90=8C=E8=A7=84?= =?UTF-8?q?=E6=A0=BC=E4=BB=B7=E6=A0=BC=E6=9C=AA=E5=8F=98=E7=9A=84=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/components/goods-modal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/product/components/goods-modal.vue b/pages/product/components/goods-modal.vue index 56b9d2f..8f56b3d 100644 --- a/pages/product/components/goods-modal.vue +++ b/pages/product/components/goods-modal.vue @@ -213,11 +213,11 @@ - /{{ goods.unitName }} - 「{{ goods.suitNum }}{{ goods.unitName }}起点」 + 「{{ selSku.suitNum }}{{ selSku.unitName }}起点」 From 42fc09815bb6c3191738063c15529c8b1cf2664c Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 8 Jan 2026 09:47:25 +0800 Subject: [PATCH 3/8] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8D=95=E8=A7=84?= =?UTF-8?q?=E6=A0=BC=E5=BC=B9=E7=AA=97=E4=BB=B7=E6=A0=BC=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=85=B3?= =?UTF-8?q?=E8=81=94=E5=95=86=E5=93=81=E4=BB=B7=E6=A0=BC=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/goods-price.vue | 1 - pages/product/components/goods-modal.vue | 22 +++++++++++++++++++--- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/components/goods-price.vue b/components/goods-price.vue index e7db243..c2ff6d7 100644 --- a/components/goods-price.vue +++ b/components/goods-price.vue @@ -15,7 +15,6 @@ {{ cart.memberPrice }} - {{ cart.salePrice }} diff --git a/pages/product/components/goods-modal.vue b/pages/product/components/goods-modal.vue index 8f56b3d..a7aee91 100644 --- a/pages/product/components/goods-modal.vue +++ b/pages/product/components/goods-modal.vue @@ -105,7 +105,7 @@ @@ -126,7 +126,7 @@ - + @@ -210,7 +210,18 @@ 「{{ goods.result.suitNum }}{{ goods.result.unitName }}起点」 + + + + + + + /{{ goods.unitName }} + 「{{ selSku.suitNum }}{{ selSku.unitName }}起点」 + + Date: Thu, 8 Jan 2026 10:02:24 +0800 Subject: [PATCH 4/8] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=AF=E9=80=89?= =?UTF-8?q?=E5=A5=97=E9=A4=90=E4=BB=B7=E6=A0=BC=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/components/goods-modal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/product/components/goods-modal.vue b/pages/product/components/goods-modal.vue index a7aee91..a8e4729 100644 --- a/pages/product/components/goods-modal.vue +++ b/pages/product/components/goods-modal.vue @@ -224,7 +224,7 @@ - /{{ goods.unitName }} From 575e6d22b0f50b5b86f9a9a0612aa10432de8bd4 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 8 Jan 2026 10:09:08 +0800 Subject: [PATCH 5/8] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E4=BB=B7=E6=A0=BC=E5=9B=9E=E6=98=BE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/components/goods-modal.vue | 34 +++++++++++++++++++----- 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/pages/product/components/goods-modal.vue b/pages/product/components/goods-modal.vue index a8e4729..2b1ba2a 100644 --- a/pages/product/components/goods-modal.vue +++ b/pages/product/components/goods-modal.vue @@ -105,7 +105,7 @@ @@ -210,7 +210,8 @@ 「{{ goods.result.suitNum }}{{ goods.result.unitName }}起点」 - + @@ -220,11 +221,32 @@ /{{ goods.unitName }} 「{{ selSku.suitNum }}{{ selSku.unitName }}起点」 + + + + + + + /{{ goods.unitName }} + 「{{ selSku.suitNum }}{{ selSku.unitName }}起点」 + + + + + + + + /{{ goods.unitName }} + 「{{ selSku.suitNum }}{{ selSku.unitName }}起点」 + - /{{ goods.unitName }} @@ -457,11 +479,11 @@ const swiperCurrent = ref(0); function returnFirstSku(product) { - console.log('returnFirstSku',product.skuList[0]); + console.log('returnFirstSku', product.skuList[0]); return { ...product.skuList[0], - sku_id:product.skuList[0].id, - id:product.id, + sku_id: product.skuList[0].id, + id: product.id, } } //返回是否是多规格商品 From 402f85d61ff5550dd3d6ff8b189f2b98ac300799 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 9 Jan 2026 11:13:31 +0800 Subject: [PATCH 6/8] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8B=9B=E7=89=8C?= =?UTF-8?q?=E8=8F=9C=E6=95=B0=E9=87=8F=E5=9B=9E=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/product/index.vue b/pages/product/index.vue index 08b30bb..65902cc 100644 --- a/pages/product/index.vue +++ b/pages/product/index.vue @@ -161,9 +161,8 @@ @tap.stop="$u.throttle(() => singleclick(item, '-'), 500)"> --> - {{ returnGoodsImCartNum(item1) < 99 ? returnGoodsImCartNum(item1) : '99+' }} + v-if="returnGoodsImCartNum(item)">{{ returnGoodsImCartNum(item) < 99 ? returnGoodsImCartNum(item) : '99+' }}