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 @@ +