From d1fd6baf6db9de92f00880ee1f533954b75fa1fe Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Fri, 27 Jun 2025 17:14:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=9B=9E=E6=94=B6?= =?UTF-8?q?=E5=8E=BB=E5=90=91=E5=92=8C=E5=AE=A2=E6=9C=8D=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8F=8A=E7=9B=B8=E5=85=B3=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在pages.json中添加mine子包,包含recyclingDestination和questionDetail页面 - 修改questionDetail页面标题和API调用 - 更新回收规则显示组件为uv-parse - 优化首页和回收页的banner显示逻辑和高度 - 为回收去向和客服问题添加点击跳转功能 - 添加用户黑名单检查逻辑 - 统一描述字段为description --- pages.json | 17 +++++++++++++ pages/component/home.vue | 26 +++++++++++++------- pages/component/my.vue | 6 ++--- pages/component/recycle copy.vue | 2 +- pages/component/recycle.vue | 52 ++++++++++++++++++++++++++++++++++------ pages/mine/questionDetail.vue | 4 ++-- pages/subcomponent/admin_faq.vue | 7 ++++-- 7 files changed, 91 insertions(+), 23 deletions(-) diff --git a/pages.json b/pages.json index f3fffc4..b0a608a 100644 --- a/pages.json +++ b/pages.json @@ -31,6 +31,23 @@ } ], "subPackages": [ + { + "root": "pages/mine", + "pages": [ + { + "path": "recyclingDestination", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "questionDetail", + "style": { + "navigationStyle": "custom" + } + } + ] + }, { "root": "pages/subcomponent", "pages": [ diff --git a/pages/component/home.vue b/pages/component/home.vue index 5ab01c0..8ff9bd7 100644 --- a/pages/component/home.vue +++ b/pages/component/home.vue @@ -8,7 +8,7 @@ :interval="3000" :duration="500" circular - style="width: 100%; height: 380rpx;" + style="width: 100%; height: 320rpx;" >