From 0400da6b868f053613c1da799ead7a8ae85f6c14 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, 10 Sep 2021 15:26:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=9A=E4=B8=AA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2UI=EF=BC=8C=E4=B8=8E=E6=96=B0=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E5=9B=BE=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/lf-nav/lf-nav.vue | 25 +- .../lf-waterfall-pointgoods/lf-waterfall.vue | 223 ++++++++++++++++++ pages/coupon/index/index.vue | 12 +- pages/discover/discover.vue | 3 +- pages/discover/discoverdetails.vue | 5 +- pages/order/index/onlineorder.vue | 17 +- pages/order/newdetail/newdetail.vue | 33 ++- pages/point/detail/detail.vue | 2 +- pages/point/exchangeRecord/exchangeRecord.vue | 2 +- pages/point/shoppingMall/shoppingMall.vue | 12 +- pages/shop/specialList.vue | 4 +- pages/user/agreement/agreement.vue | 6 +- pages/user/my/center.vue | 44 +++- pages/user/my/collect.vue | 9 +- pages/user/my/setting.vue | 21 +- pages/user/my/vipinfo.vue | 3 +- 16 files changed, 362 insertions(+), 59 deletions(-) create mode 100644 components/lf-waterfall-pointgoods/lf-waterfall.vue diff --git a/components/lf-nav/lf-nav.vue b/components/lf-nav/lf-nav.vue index 74c07d2..313bf85 100644 --- a/components/lf-nav/lf-nav.vue +++ b/components/lf-nav/lf-nav.vue @@ -13,7 +13,14 @@ - + + + + + {{ title }} @@ -113,12 +120,15 @@ // 搜索 onSearch(event){ this.$emit('search', event.detail.value); + }, + searchClick(){ + this.$url('/pages/shop/search'); } } } - diff --git a/pages/coupon/index/index.vue b/pages/coupon/index/index.vue index 48df1f8..231f6d4 100644 --- a/pages/coupon/index/index.vue +++ b/pages/coupon/index/index.vue @@ -5,7 +5,7 @@ - + @@ -14,7 +14,10 @@ - 200 + + + 200 + 待使用 @@ -94,7 +97,7 @@ margin-left: 84rpx; } .coupon-left { - margin-left: 40rpx; + margin-left: 20rpx; display: flex; flex-direction: column; justify-content: center; @@ -132,6 +135,9 @@ background: #15716E; border-radius: 20rpx; } + .invalid-bg{ + background-color: #999999; + } .coupon-radius { width: 664rpx; display: flex; diff --git a/pages/discover/discover.vue b/pages/discover/discover.vue index 98cb544..766e2ee 100644 --- a/pages/discover/discover.vue +++ b/pages/discover/discover.vue @@ -59,8 +59,7 @@ tab_list: [ {name: '最新',id: 1}, {name: '最热',id: 2}, - {name: '已关注',id: 3}, - {name: '消息',id: 4} + {name: '已关注',id: 3} ], current: 0, } diff --git a/pages/discover/discoverdetails.vue b/pages/discover/discoverdetails.vue index e5ed563..0a79e67 100644 --- a/pages/discover/discoverdetails.vue +++ b/pages/discover/discoverdetails.vue @@ -8,7 +8,10 @@ V - 最新FUEJFEI + + 最新FUEJFEI + + 08-28 18:39 diff --git a/pages/order/index/onlineorder.vue b/pages/order/index/onlineorder.vue index 29e6846..02b5763 100644 --- a/pages/order/index/onlineorder.vue +++ b/pages/order/index/onlineorder.vue @@ -1,7 +1,7 @@ +