From 0c7671588f368e45721d0aab8c0a3398fe01da24 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Sat, 30 Mar 2024 17:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=EF=BC=9A=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B4=AD=E7=89=A9=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/addProduct/index.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index 2ce6662..328d970 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -9,6 +9,7 @@ + + + + + + + + + + 上一步 - 下一步 - 提交 + 下一步 + 提交 @@ -1459,6 +1469,7 @@ const defaultObj = { extension_type: 0, integral_rate: -1, content: '', + buy_agreement: '', spec_type: 0, give_coupon_ids: [], is_gift_bag: 0, @@ -2695,6 +2706,7 @@ export default { refund_switch: info.refund_switch, extension_type: info.extension_type, content: info.content, + buy_agreement: info.buy_agreement || '', spec_type: Number(info.spec_type), give_coupon_ids: info.give_coupon_ids, is_gift_bag: info.is_gift_bag,