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 @@ \ 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}} + + + 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 @@ \ 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;