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