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