From a283c978bf093e3f8a33e6117321c7a839876ff4 Mon Sep 17 00:00:00 2001 From: 26947 <12@1> Date: Sat, 8 Jun 2024 19:18:39 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 17 ++--------------- pages/index.vue | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/pages.json b/pages.json index a21c9ab..5e225b7 100644 --- a/pages.json +++ b/pages.json @@ -53,26 +53,14 @@ }, { "path": "pages/Friend/violationreporting", - "path": "pages/signln/harvestaddress", "style": { "navigationBarTitleText": "违规举报", "navigationStyle": "custom" } }, - { - "path": "pages/signln/harvestaddress", - "style": { - "navigationBarTitleText": "地址", - "navigationStyle": "custom" - } - }, - { - "path": "pages/post/postInfo/postInfo", - "style": { - "navigationBarTitleText": "话题详情" - } - }, + + { "path": "pages/post/postPublish/postPublish", "style": { @@ -342,4 +330,3 @@ } } -} \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index f4e29ef..037d728 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -311,7 +311,7 @@ import PostView from "@/pages/common/postview/index.vue"; function GotoUNISignid(){ - proxy.$tab.navigateTo("./signln/signid"); + proxy.$tab.navigateTo("/pages/signln/signid"); } From 35f2667efef261e9e46daa3e96a6cc4c47053646 Mon Sep 17 00:00:00 2001 From: 26947 <12@1> Date: Sat, 8 Jun 2024 19:19:52 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pages.json b/pages.json index 5e225b7..1a58432 100644 --- a/pages.json +++ b/pages.json @@ -299,12 +299,7 @@ "selectedIconPath": "static/images/tabbar/tu1-3.png", "text": "活动" } - // , { - // "pagePath": "pages/work/index", - // "iconPath": "static/images/tabbar/work.png", - // "selectedIconPath": "static/images/tabbar/work_.png", - // "text": "工作台" - // } + , { "pagePath": "pages/partJob/index", "iconPath": "static/images/tabbar/tu1-6.png", From 547649e4a46417ca2b7592bfc6ecce18f892a4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=95=E5=AE=8B?= <1835677847@qq.com> Date: Sat, 8 Jun 2024 19:37:58 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/common/navbar/navbar_nead.vue | 2 +- pages/signln/exdetail.vue | 9 ++++++++- pages/signln/harvestaddress.vue | 11 ++++++++++- pages/signln/signid.vue | 5 +++-- pages/signln/signiddetails.vue | 4 ++++ 5 files changed, 26 insertions(+), 5 deletions(-) diff --git a/pages/common/navbar/navbar_nead.vue b/pages/common/navbar/navbar_nead.vue index 6c32a35..c6d6e00 100644 --- a/pages/common/navbar/navbar_nead.vue +++ b/pages/common/navbar/navbar_nead.vue @@ -47,7 +47,7 @@ .uninavbars { position: fixed; z-index: 9999; - top: 20rpx; + top: 110rpx; left: 32rpx; } diff --git a/pages/signln/exdetail.vue b/pages/signln/exdetail.vue index d0d157c..292be21 100644 --- a/pages/signln/exdetail.vue +++ b/pages/signln/exdetail.vue @@ -1,6 +1,6 @@