diff --git a/components/paymentMethod.vue b/components/paymentMethod.vue
index 7b3aad7..6196bc2 100644
--- a/components/paymentMethod.vue
+++ b/components/paymentMethod.vue
@@ -1,49 +1,35 @@
-
-
-
- 支付方式
-
-
-
-
-
-
-
- {{ item.name }}
-
-
- 当前余额¥{{ orderVIP ? orderVIP.amount || 0 : 0 }}
- 去充值
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 支付方式
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+ 当前余额¥{{ orderVIP ? orderVIP.amount || 0 : 0 }}
+ 去充值
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/order/components/order-item.vue b/pages/order/components/order-item.vue
index 4e25a80..b0b67be 100644
--- a/pages/order/components/order-item.vue
+++ b/pages/order/components/order-item.vue
@@ -29,6 +29,7 @@
{{
item.skuName
}}
+ 备注:{{item.remark}}
-->
- 商品兑换券 {{ returnSelNumber(0) }}
+ 商品兑换券
- 折扣优惠券{{ returnSelNumber(1) }}
+ 折扣优惠券
+
+
+
+
+
+
+
diff --git a/pages/product/components/shoppingCartes.vue b/pages/product/components/shoppingCartes.vue
index 646991c..a2c52f0 100644
--- a/pages/product/components/shoppingCartes.vue
+++ b/pages/product/components/shoppingCartes.vue
@@ -1,922 +1,935 @@
-
-
-
-
-
-
-
-
- 购物车
-
-
- 清空购物车
-
-
-
-
-
-
- 限时折扣
-
-
-
-
-
- {{
+
+
+
+
+ 购物车
+
+
+ 清空购物车
+
+
+
+
+
+
+ 限时折扣
+
+
+
+
+
+ {{
item.cartListinfo.is_temporary == 1
? "临时菜"
: item.name
}}
-
-
-
- {{ item.cartListinfo.sku_id == i.id ? i.name : "" }}
-
-
-
-
-
-
- {{ i.proName }}
-
-
-
-
-
- ¥
-
+
+
+
+ {{ item.cartListinfo.sku_id == i.id ? i.name : "" }}
+
+
+
+
+
+
+ {{ i.proName }}
+
+
+
+
+ 备注:{{item.cartListinfo.remark||''}}
+
+
+
+
+ ¥
+
- {{ item.salePrice }}
+ {{ item.salePrice }}
-
-
+
-
-
-
-
-
- {{ ifcartNumber(item) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/product/index.vue b/pages/product/index.vue
index dc6311b..14dbdf0 100644
--- a/pages/product/index.vue
+++ b/pages/product/index.vue
@@ -318,7 +318,7 @@
@@ -1154,7 +1154,7 @@
return;
}
let res = await shoppingcart();
-
+
if ((specifications.item.type == 'package' && allConditionsSatisfied.value) || (specifications.item.type ==
'sku' && canSubmit.value)) {
// 是否是套餐 有就传
@@ -1181,7 +1181,7 @@
memberPrice: specifications.item.memberPrice,
is_print: 1,
product_type: specifications.item.type,
- is_time_discount: specifications.item.is_time_discount
+ is_time_discount: specifications.item.is_time_discount,
});
// 清空套餐选中
selectedGroupSnap.value = [];
@@ -1201,7 +1201,7 @@
memberPrice: specifications.item.memberPrice,
is_print: 1,
product_type: specifications.item.type,
- is_time_discount: specifications.item.is_time_discount
+ is_time_discount: specifications.item.is_time_discount,
});
showShopsku.value = false;