diff --git a/components/lf-seckill/lf-seckill.vue b/components/lf-seckill/lf-seckill.vue
new file mode 100644
index 0000000..d4c90fd
--- /dev/null
+++ b/components/lf-seckill/lf-seckill.vue
@@ -0,0 +1,101 @@
+
+
+
+ 秒杀购
+ 低价不等人,快来秒杀啦~
+
+
+
+
+ 日本sk-ll小灯跑
+
+ ¥888
+ ¥888
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/index/index/index.vue b/pages/index/index/index.vue
index 4b51049..ec5bd98 100644
--- a/pages/index/index/index.vue
+++ b/pages/index/index/index.vue
@@ -90,6 +90,10 @@
+
+
+
+
@@ -394,6 +398,7 @@
import lfShopGoodsCard from '@/components/lf-shopGoodsCard/lf-shopGoodsCard.vue';
import lfWaterfall from '@/components/lf-waterfall-shopdetails/lf-waterfall.vue';
import lfMultiColumnAd from '@/components/lf-multiColumnAd/lf-multiColumnAd.vue';
+ import lfSeckill from '@/components/lf-seckill/lf-seckill.vue';
var app = getApp();
export default {
data() {
@@ -503,7 +508,8 @@
lfIndexShopMatrix,
lfShopGoodsCard,
lfWaterfall,
- lfMultiColumnAd
+ lfMultiColumnAd,
+ lfSeckill
},
onShow(e) {