From 436ace27f01a5bc94abe153488755a8836b1d6ec Mon Sep 17 00:00:00 2001 From: fanfan Date: Sat, 9 Mar 2024 21:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 2 +- pages/activity/charts.vue | 4 +- pages/activity/newGoods.vue | 40 +- pages/activity/newPeople.vue | 107 ++- pages/activity/presaleRule.vue | 10 +- pages/activity/ranking.vue | 7 +- pages/index/index.vue | 137 ++- pages/member/index.vue | 8 +- pages/memberInfo/index.vue | 51 +- pages/news/goods/components/category.vue | 6 +- pages/news/recycling/confirm.vue | 1105 ++++++++++++---------- pages/news/recycling/detail.vue | 1081 +++++++++++---------- pages/news/recycling/index.vue | 2 +- pages/news/user/vip.vue | 535 ++++++----- pages/news3/components/category.vue | 35 +- pages/news3/vipPrice.vue | 24 +- pages/search/index.vue | 151 +-- pages/serve/index.vue | 5 +- pages/user/index.vue | 4 +- 19 files changed, 1835 insertions(+), 1479 deletions(-) diff --git a/pages.json b/pages.json index 89ad462..db2cb7e 100644 --- a/pages.json +++ b/pages.json @@ -662,7 +662,7 @@ { "path": "recycling/index", "style": { - "navigationBarTitleText": "上门回收", + "navigationBarTitleText": "旧物回收", "navigationStyle": "custom", "enablePullDownRefresh": false } diff --git a/pages/activity/charts.vue b/pages/activity/charts.vue index eec8a6f..58de211 100644 --- a/pages/activity/charts.vue +++ b/pages/activity/charts.vue @@ -1,7 +1,7 @@ @@ -104,12 +109,37 @@ }) .finally(() => app.isLoading = false) }, + backtop() { + uni.pageScrollTo({ + scrollTop: 0 + }); + } + } } \ No newline at end of file + diff --git a/pages/news/goods/components/category.vue b/pages/news/goods/components/category.vue index 5ca5b5b..d3714f2 100644 --- a/pages/news/goods/components/category.vue +++ b/pages/news/goods/components/category.vue @@ -6,7 +6,7 @@ 请选择分类 - + @@ -26,7 +26,7 @@ - + 重置 @@ -58,6 +58,7 @@ reset() { this.activeIndex.splice(0) }, + getShop(item, category_id) { let arrIndex = this.activeIndex.indexOf(category_id) if (arrIndex > -1) { @@ -142,7 +143,6 @@ .shopItem { margin-top: 40rpx; max-height: 750rpx; - overflow-y: auto; .shopText { margin-right: 12rpx; diff --git a/pages/news/recycling/confirm.vue b/pages/news/recycling/confirm.vue index 1369eb5..5c54e07 100644 --- a/pages/news/recycling/confirm.vue +++ b/pages/news/recycling/confirm.vue @@ -1,101 +1,100 @@ - - \ No newline at end of file + } + } + } + + &-fd { + width: 100%; + height: 120rpx; + background-color: #FFFFFF; + padding: 25rpx 25rpx; + display: flex; + align-items: center; + justify-content: space-between; + box-sizing: border-box; + position: fixed; + left: 0; + bottom: 0; + z-index: 99; + + .a { + font-size: 28rpx; + font-weight: 400; + color: #727272; + } + + .b { + width: 502rpx; + height: 88rpx; + line-height: 88rpx; + background: #FE483B; + border-radius: 88rpx; + text-align: center; + font-size: 28rpx; + font-weight: 600; + color: #FFFFFF; + } + } + } + diff --git a/pages/news/recycling/detail.vue b/pages/news/recycling/detail.vue index b920f2a..14e8c11 100644 --- a/pages/news/recycling/detail.vue +++ b/pages/news/recycling/detail.vue @@ -1,530 +1,627 @@ -