From 32219423e8902b79acab78684772bfe97f40e3d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Fri, 3 Sep 2021 14:59:55 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=96=B0=E5=A2=9E=E7=A7=92?=
=?UTF-8?q?=E6=9D=80=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/lf-seckill/lf-seckill.vue | 101 +++++++++++++++++++++++++++
pages/index/index/index.vue | 8 ++-
2 files changed, 108 insertions(+), 1 deletion(-)
create mode 100644 components/lf-seckill/lf-seckill.vue
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) {