From 0fc751a409f93f8a3c104fb309184418ef8fe4b1 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, 17 Sep 2021 15:07:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E9=A6=96=E9=A1=B5=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=EF=BC=8C=E6=9C=AA=E5=AE=8C=E5=85=A8=E5=AF=B9=E5=AE=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/config.js | 2 +- components/index-coupon/index-coupon.less | 49 ---------- components/index-coupon/index-coupon.vue | 91 ------------------- components/index-nav/index-nav.vue | 2 +- components/lf-indexFind/lf-indexFind.vue | 12 ++- .../lf-multiColumnAd/lf-multiColumnAd.vue | 25 ++--- components/lf-seckill/lf-seckill.vue | 12 ++- pages/index/index/index.vue | 66 +++++++------- pages/shop/shopdetail.vue | 1 - 9 files changed, 66 insertions(+), 194 deletions(-) delete mode 100644 components/index-coupon/index-coupon.less delete mode 100644 components/index-coupon/index-coupon.vue 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 @@ - - - - \ 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 @@