diff --git a/components/diy/coupon.vue b/components/diy/coupon.vue index e91aa874..a5cd3219 100644 --- a/components/diy/coupon.vue +++ b/components/diy/coupon.vue @@ -1,834 +1,991 @@ - - - - - - - - - - {{ item.name }} - - {{ currency_symbol }} - {{ item.discount_value }} - 折 - - - {{ item.status_operable_name }} - - - - - - - - - {{ currency_symbol }} - {{ item.discount_value }} - 折 - - {{ item.name }} - {{ item.desc }} - - {{ item.status_operable_name }} - - - - - - - - - - {{ currency_symbol }} - {{ item.discount_value }} - 折 - - - - {{ item.name }} - {{ item.use_limit_type_name }} - (限领{{ item.limit_send_count }}张) - - - - - - {{ item.status_operable_name }} - - - - - - - - - - - - - - 通用券 - - - - {{ currency_symbol }} - {{ item.discount_value }} - 折 - - {{ item.name }} - - - - - - - {{ content_title }} - {{ content_desc }} - - {{ data_list.filter((item) => item.status_type == 0).length > 0 ? '立即领取' : '不可领取' }} - - - - - - - - - - - {{ currency_symbol }} - {{ item.discount_value }} - 折 - - {{ item.name }} - - - {{ item.status_operable_name }} - - - - - - - - - - - - {{ currency_symbol }} - {{ item.discount_value }} - 折 - - {{ item.name }} - - - - - {{ item.status_operable_name }} - - - - - - - - - - - - {{ currency_symbol }} - {{ item.discount_value }} - 折 - - {{ item.name }} - - - - {{ item.status_operable_name }} - - - - - - - - - - - - - + + + + + + + + + + {{ item.name }} + + {{ currency_symbol }} + {{ item.discount_value }} + 折 + + + {{ item.status_operable_name }} + + + + + + + + + {{ currency_symbol }} + {{ item.discount_value }} + 折 + + {{ item.name }} + {{ item.desc }} + + {{ item.status_operable_name }} + + + + + + + + + + {{ currency_symbol }} + {{ item.discount_value }} + 折 + + + + {{ item.name }} + {{ item.use_limit_type_name }} + (限领{{ item.limit_send_count }}张) + + + + + + {{ item.status_operable_name }} + + + + + + + + + + + + + + 通用券 + + + + {{ currency_symbol }} + {{ item.discount_value }} + 折 + + {{ item.name }} + + + + + + + {{ content_title }} + {{ content_desc }} + + {{ data_list.filter((item) => item.status_type == 0).length > 0 ? '立即领取' : '不可领取' }} + + + + + + + + + + + {{ currency_symbol }} + {{ item.discount_value }} + 折 + + {{ item.name }} + + + {{ item.status_operable_name }} + + + + + + + + + + + + {{ currency_symbol }} + {{ item.discount_value }} + 折 + + {{ item.name }} + + + + + {{ item.status_operable_name }} + + + + + + + + + + + + {{ currency_symbol }} + {{ item.discount_value }} + 折 + + {{ item.name }} + + + + {{ item.status_operable_name }} + + + + + + + + + + + + + \ No newline at end of file