From bdc19fa37bcb0c94d828b875efb7d7bd36618ded Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Sat, 30 Mar 2024 14:00:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=EF=BC=9A=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E7=8B=AC=E7=AB=8B=E8=AE=BE=E7=BD=AE=E8=B5=A0?= =?UTF-8?q?=E9=80=81=E9=85=92=E5=8D=A1=E9=A2=9D=E5=BA=A6=E5=92=8C=E8=8F=9C?= =?UTF-8?q?=E5=8D=A1=E9=A2=9D=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/addProduct/index.vue | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index 086ad02..2ce6662 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -945,6 +945,7 @@ + @@ -952,7 +953,22 @@ + + + 为0或者空则使用商户默认设置(实际支付的金额 * 倍数) + + + + + + + + + + 为0或者空则使用商户默认设置(实际支付的金额 * 倍数) + + @@ -1447,6 +1463,9 @@ const defaultObj = { give_coupon_ids: [], is_gift_bag: 0, is_give_quota: 0, + give_quota_num: 0, + is_give_dish: 0, + give_dish_num: 0, couponData: [], extend: [], // 自定义留言 type: 0, @@ -2680,6 +2699,9 @@ export default { give_coupon_ids: info.give_coupon_ids, is_gift_bag: info.is_gift_bag, is_give_quota: info.is_give_quota || 0, + give_quota_num: info.give_quota_num || 0, + is_give_dish: info.is_give_dish || 0, + give_dish_num: info.give_dish_num || 0, couponData: info.coupon, video_link: info.video_link ? info.video_link : "", integral_rate: info.integral_rate,