From 231eef069727de992e018e70d89c47e4af7504f4 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Fri, 13 Sep 2024 15:11:58 +0800 Subject: [PATCH] =?UTF-8?q?1.diy---=E4=BC=98=E6=83=A0=E5=88=B8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/coupon.vue | 1825 ++++++++++++++++++++----------------- 1 file changed, 991 insertions(+), 834 deletions(-) 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