diff --git a/common/js/config.js b/common/js/config.js
index da13764..8c40c53 100644
--- a/common/js/config.js
+++ b/common/js/config.js
@@ -16,7 +16,7 @@ export default {
//https://demo-guojiang-ec-api.guojiang.club/
baseUrl: process.env.NODE_ENV === 'development' ?
- 'http://192.168.43.69/' : 'https://v3-ec-admin-dev.guojiang.club/', // 运行时自动替换变量
+ 'http://192.168.3.29/' : 'https://v3-ec-admin-dev.guojiang.club/', // 运行时自动替换变量
},
PACKAGES: {
activity: false,
diff --git a/components/index-coupon/index-coupon.less b/components/index-coupon/index-coupon.less
deleted file mode 100644
index 2155308..0000000
--- a/components/index-coupon/index-coupon.less
+++ /dev/null
@@ -1,49 +0,0 @@
-@import '../../common/css/global';
-
-.coupon-warp-box {
- background: #FFFFFF;
- overflow:auto;
- white-space:nowrap;
- width:100%;
- padding: 10px 15px;
- .coupon-item-box {
- width: 160px;
- height: 65px;
- display: inline-block;
- background: @mainColor;
- margin-right: 5px;
- border-radius: 4px;
- .coupon-item {
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 100%;
- padding: 5px;
- color: #FFFFFF;
- .left {
- .money {
- font-size: 10px;
- }
- .num {
- font-size: 30px;
- }
- }
- .right {
- font-size: 10px;
- text-align: center;
- .label {
-
- }
- .btn{
- padding: 2px 10px;
- border-radius: 3px;
- background: #FFFFFF;
- color: @mainColor;
- margin-top: 5px;
- box-shadow:0px 2px 4px 0px rgba(0,0,0,0.1);
- }
- }
- }
- }
-
-}
\ No newline at end of file
diff --git a/components/index-coupon/index-coupon.vue b/components/index-coupon/index-coupon.vue
deleted file mode 100644
index 57a8e60..0000000
--- a/components/index-coupon/index-coupon.vue
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
-
-
-
-
- ¥
-
-
- {{ item.associate.action_type.value }}
-
-
-
-
-
- {{ item.associate.action_type.value }}
-
-
- 折
-
-
-
-
-
- {{item.associate.title}}
-
-
- 点击领取
-
-
- 去使用
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/components/index-nav/index-nav.vue b/components/index-nav/index-nav.vue
index a913f3e..8a46e01 100644
--- a/components/index-nav/index-nav.vue
+++ b/components/index-nav/index-nav.vue
@@ -3,7 +3,7 @@
-
+
diff --git a/components/lf-indexFind/lf-indexFind.vue b/components/lf-indexFind/lf-indexFind.vue
index dbe0f3f..d0bf638 100644
--- a/components/lf-indexFind/lf-indexFind.vue
+++ b/components/lf-indexFind/lf-indexFind.vue
@@ -6,9 +6,9 @@
-
- 南边开,风儿吹,北边放,花儿开,西边来,春归去,东边来,北边跑
+ v-for="(item, index) in list" :key="index">
+
+ {{ item.associate.title }}
@@ -18,6 +18,12 @@
diff --git a/components/lf-seckill/lf-seckill.vue b/components/lf-seckill/lf-seckill.vue
index e2ad621..def0997 100644
--- a/components/lf-seckill/lf-seckill.vue
+++ b/components/lf-seckill/lf-seckill.vue
@@ -2,7 +2,7 @@
剁手不心疼
- 秒杀购
+ {{ title || '秒杀购' }}
低价不等人,快来秒杀啦~
@@ -22,6 +22,16 @@