diff --git a/src/components/common/url-value/link-realstore.vue b/src/components/common/url-value/link-realstore.vue index bc7169be..956542e6 100644 --- a/src/components/common/url-value/link-realstore.vue +++ b/src/components/common/url-value/link-realstore.vue @@ -2,7 +2,7 @@
- + diff --git a/src/components/common/url-value/link-shop.vue b/src/components/common/url-value/link-shop.vue index 6ced5712..0815009f 100644 --- a/src/components/common/url-value/link-shop.vue +++ b/src/components/common/url-value/link-shop.vue @@ -2,7 +2,7 @@
- + diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue index 2def23f3..efb72a92 100644 --- a/src/views/layout/index.vue +++ b/src/views/layout/index.vue @@ -277,8 +277,16 @@ const save_formmat_form_data = (data: diy_data_item, close: boolean = false, is_ item.com_data.content.data_list = []; item.com_data.content.data_auto_list = []; if (item.com_data.content.data_type == '1') { - item.com_data.content.type = defaultConfigSetting.coupon_ids; - item.com_data.content.number = defaultConfigSetting.page_size; + item.com_data.content = { + keywords: '', + type: defaultConfigSetting.coupon_ids, + expire_type_ids: defaultConfigSetting.coupon_ids, + use_limit_type_ids: defaultConfigSetting.coupon_ids, + number: defaultConfigSetting.page_size, + order_by_type: 0, + order_by_rule: 0, + is_repeat_receive: '0', + } } } else if (new_array_4.includes(item.key)) { item.com_data.content.data_magic_list.forEach((item1: any) => {