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,