From 27a5cfe7b787675f6ae85c315b1a7cecee54c109 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E7=BE=A4?=
<9079645+huang-zequn@user.noreply.gitee.com>
Date: Mon, 8 Sep 2025 17:22:44 +0800
Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=E8=B4=AD=E4=B9=B0=E9=87=8F?=
=?UTF-8?q?=E6=98=AF=E8=B5=B7=E8=AE=A2=E9=87=8F=E7=9A=84=E5=80=8D=E6=95=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../other_package/productInfo/productInfo.vue | 2045 ++++++++---------
1 file changed, 1016 insertions(+), 1029 deletions(-)
diff --git a/pages/other_package/productInfo/productInfo.vue b/pages/other_package/productInfo/productInfo.vue
index 2548b96..9b3779a 100644
--- a/pages/other_package/productInfo/productInfo.vue
+++ b/pages/other_package/productInfo/productInfo.vue
@@ -1,1029 +1,1016 @@
-
-
-
-
-
-
-
-
-
- ¥
-
- {{ orderInfo.minPrice }} - {{ orderInfo.maxPrice }}
-
- {{ orderInfo.minPrice }}
- ¥{{ orderInfo.adPrice }}
-
-
- {{ orderInfo.name }}
-
-
-
-
-
-
- 销量{{ orderInfo.sales }}件
-
-
-
-
-
-
-
- 规格
-
- {{ selectSpecificationTempl.combTypes || '暂未选择规格' }}
-
-
-
-
-
-
- 发货地址
-
-
-
- 请填写地址
-
- 现货{{ getValue(PRODUCT_DELIVERY_TIME, orderInfo.deliveryTime) }}
-
-
-
-
-
-
- 购物保障
-
-
-
- 品质严保
-
-
-
- 极速退款
-
-
-
-
-
-
-
-
-
- 商品详情
-
-
-
-
-
-
-
-
-
- 首页
-
-
-
- 咨询
-
-
-
- 购物车
-
-
-
- 加入购物车
- 立即购买
-
-
-
-
-
-
-
-
- 10+刚刚抢购
-
-
-
-
-
-
-
-
- ¥
-
- {{ selectSpecificationTempl.price }}
-
-
- {{ orderInfo.minPrice }}
- - {{ orderInfo.maxPrice }}
-
-
- 优惠卷{{ orderInfo.couponPrice }}
-
- ¥{{ orderInfo.adPrice }}
-
- 优惠卷已优惠¥{{ orderInfo.couponPrice }}
-
-
- 库存
- {{ orderInfo.inventory || 0 }}件
-
-
-
-
-
-
-
- {{ item.type }}
-
-
- {{ oItem.n }}
-
-
-
-
-
-
-
- 数量
-
- -
- {{ orderInfo.quantity }}
- +
-
-
- 去支付
-
- 加入购物车
-
-
-
-
-
-
-
-
-
-
-
-
- {{ source === "supply_chain" ? '云仓客服' : '平台客服' }}
- {{ source === "supply_chain"
- ? CLOUD_SERVICE_PHONE_NUMBER : CUSTOMER_SERVICE_PHONE_NUMBER }}
-
-
-
-
- 复制号码
-
- 取消
-
-
-
-
-
-
-
-
- 温馨提示
-
- 该商家暂未开通供应链权限,请联系供应链客服开通授权。
-
- {{ CLOUD_SERVICE_PHONE_NUMBER }}
-
- 立即联系
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ ¥
+ {{ orderInfo.minPrice }} - {{ orderInfo.maxPrice }}
+ {{ orderInfo.minPrice }}
+ ¥{{ orderInfo.adPrice }}
+
+
+ {{ orderInfo.name }}
+
+
+
+
+
+ 销量{{ orderInfo.sales }}件
+
+
+
+
+
+
+
+ 规格
+
+ {{ selectSpecificationTempl.combTypes || '暂未选择规格' }}
+
+
+
+
+
+
+ 发货地址
+
+
+
+ 请填写地址
+
+ 现货{{ getValue(PRODUCT_DELIVERY_TIME, orderInfo.deliveryTime) }}
+
+
+
+
+
+
+ 购物保障
+
+
+
+ 品质严保
+
+
+
+ 极速退款
+
+
+
+
+
+
+
+
+
+ 商品详情
+
+
+
+
+
+
+
+
+
+ 首页
+
+
+
+ 咨询
+
+
+
+ 购物车
+
+
+
+ 加入购物车
+ 立即购买
+
+
+
+
+
+
+
+ 10+刚刚抢购
+
+
+
+
+
+
+
+
+ ¥
+
+ {{ selectSpecificationTempl.price }}
+
+
+ {{ orderInfo.minPrice }}
+ - {{ orderInfo.maxPrice }}
+
+ 优惠卷{{ orderInfo.couponPrice }}
+
+ ¥{{ orderInfo.adPrice }}
+ 优惠卷已优惠¥{{ orderInfo.couponPrice }}
+
+
+ 库存
+ {{ orderInfo.inventory || 0 }}件
+
+
+
+
+
+
+
+ {{ item.type }}
+
+
+ {{ oItem.n }}
+
+
+
+
+
+
+
+ 数量
+
+ -
+ {{ orderInfo.quantity }}
+ +
+
+
+ 去支付
+ 加入购物车
+
+
+
+
+
+
+
+
+
+
+
+ {{ source === 'supply_chain' ? '云仓客服' : '平台客服' }}
+ {{ source === 'supply_chain' ? CLOUD_SERVICE_PHONE_NUMBER : CUSTOMER_SERVICE_PHONE_NUMBER }}
+
+
+ 复制号码
+ 取消
+
+
+
+
+
+
+
+
+ 温馨提示
+ 该商家暂未开通供应链权限,请联系供应链客服开通授权。
+ {{ CLOUD_SERVICE_PHONE_NUMBER }}
+
+ 立即联系
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
From 2ed344255a7578a8fac17541063c8086bba42954 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A7=A6=E5=BD=A6=E7=A5=96?= <605893810@qq.com>
Date: Mon, 8 Sep 2025 20:23:26 +0800
Subject: [PATCH 2/3] =?UTF-8?q?feat:=20=E5=A4=84=E7=90=86=E5=A4=B4?=
=?UTF-8?q?=E5=83=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/mine/mine.vue | 2 +-
.../mine_my_team/mine_my_team.vue | 730 +++++++++---------
2 files changed, 375 insertions(+), 357 deletions(-)
diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue
index 01a5c0e..2f01112 100644
--- a/pages/mine/mine.vue
+++ b/pages/mine/mine.vue
@@ -3,7 +3,7 @@