From b219deff3e6d765b7a4aa7159dec22e5cde1962d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Fri, 20 Sep 2024 10:41:34 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A7=92=E6=9D=80=E7=BB=84?=
=?UTF-8?q?=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/diy/nav-group.vue | 2 +-
components/diy/search.vue | 2 +-
components/diy/seckill.vue | 462 +++++++++++++++++++++++++++++++++++
3 files changed, 464 insertions(+), 2 deletions(-)
create mode 100644 components/diy/seckill.vue
diff --git a/components/diy/nav-group.vue b/components/diy/nav-group.vue
index d0865159..21b8b724 100644
--- a/components/diy/nav-group.vue
+++ b/components/diy/nav-group.vue
@@ -91,7 +91,7 @@
}
})
.exec(); // 执行查询
- }, 0)
+ }, 0);
},
get_nav_content_list() {
// 深拷贝一下,确保不会出现问题
diff --git a/components/diy/search.vue b/components/diy/search.vue
index 515febb8..295c7875 100644
--- a/components/diy/search.vue
+++ b/components/diy/search.vue
@@ -134,4 +134,4 @@
}
}
}
-
+
\ No newline at end of file
diff --git a/components/diy/seckill.vue b/components/diy/seckill.vue
new file mode 100644
index 00000000..283a7914
--- /dev/null
+++ b/components/diy/seckill.vue
@@ -0,0 +1,462 @@
+
+
+
+
+
+
+
+ {{ form.topic_text }}
+
+ |
+
+ {{ seckill_time.time_first_text }}
+
+
+
+
+ {{ item.value }}
+ :
+
+
+ {{ item.value }}
+ :
+
+
+
+
+
+ 已结束
+
+
+
+ {{ form.button_text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ form.subscript_text }}
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+ 秒杀价
+ {{ item.show_price_symbol }}{{ item.min_price }}
+ {{ item.show_price_unit }}
+
+
+ {{ item.show_original_price_symbol }}{{ item.min_original_price }}
+
+ {{ item.show_original_price_unit }}
+
+
+
+
+
+
+ {{ form.shop_button_text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ form.subscript_text }}
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+ 秒杀价
+ {{ item.show_price_symbol }}{{ item.min_price }}
+ {{ item.show_price_unit }}
+
+
+ {{ item.show_original_price_symbol }}{{ item.min_original_price }}
+
+ {{ item.show_original_price_unit }}
+
+
+
+
+
+
+ {{ form.shop_button_text }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file