From 7a4b8764b68e0dbaeb90e292a8a4bd47cb379e68 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 27 四月 2026 17:26:02 +0800
Subject: [PATCH] 小程序端和PC端bug修复
---
small-program/pages.json | 149 +++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 129 insertions(+), 20 deletions(-)
diff --git a/small-program/pages.json b/small-program/pages.json
index 341b52a..2f4e7fe 100644
--- a/small-program/pages.json
+++ b/small-program/pages.json
@@ -27,7 +27,8 @@
{
"path": "pages/message/message",
"style": {
- "navigationBarTitleText": "娑堟伅"
+ "navigationBarTitleText": "娑堟伅",
+ "navigationStyle": "custom"
}
},
{
@@ -62,18 +63,6 @@
}
},
{
- "path": "pages/qualification/qualification",
- "style": {
- "navigationBarTitleText": "鎴戠殑璧勮川"
- }
- },
- {
- "path": "pages/store-info/store-info",
- "style": {
- "navigationBarTitleText": "闂ㄥ簵淇℃伅"
- }
- },
- {
"path": "pages/all-orders/all-orders",
"style": {
"navigationBarTitleText": "鍏ㄩ儴璁㈠崟"
@@ -99,13 +88,6 @@
}
},
{
- "path": "pages/store-home/store-home",
- "style": {
- "navigationBarTitleText": "闂ㄥ簵棣栭〉",
- "navigationStyle": "custom"
- }
- },
- {
"path": "pages/address/address",
"style": {
"navigationBarTitleText": "鍦板潃"
@@ -128,8 +110,134 @@
"style": {
"navigationBarTitleText": "闂ㄥ簵鍏ラ┗"
}
+ },
+ {
+ "path": "pages/select-city/select-city",
+ "style": {
+ "navigationBarTitleText": "閫夋嫨鍩庡競"
+ }
+ },
+ {
+ "path": "pages/evaluate/evaluate",
+ "style": {
+ "navigationBarTitleText": "璇勪环"
+ }
}
],
+ "subPackages": [
+ {
+ "root": "shop",
+ "pages": [
+ {
+ "path": "pages/login/login",
+ "style": {
+ "navigationBarTitleText": "鐧诲綍"
+ }
+ },
+ {
+ "path": "pages/store-home/store-home",
+ "style": {
+ "navigationBarTitleText": "闂ㄥ簵棣栭〉",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/mine/mine",
+ "style": {
+ "navigationBarTitleText": "鎴戠殑",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/wallet/wallet",
+ "style": {
+ "navigationBarTitleText": "闂ㄥ簵閽卞寘",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/write-off/write-off",
+ "style": {
+ "navigationBarTitleText": "璁㈠崟鏍搁獙"
+ }
+ },
+ {
+ "path": "pages/write-off-a/write-off-a",
+ "style": {
+ "navigationBarTitleText": "璁㈠崟鏍搁獙"
+ }
+ },
+ {
+ "path": "pages/qualification/qualification",
+ "style": {
+ "navigationBarTitleText": "鎴戠殑璧勮川"
+ }
+ },
+ {
+ "path": "pages/store-info/store-info",
+ "style": {
+ "navigationBarTitleText": "闂ㄥ簵淇℃伅"
+ }
+ },
+ {
+ "path": "pages/message/message",
+ "style": {
+ "navigationBarTitleText": "娑堟伅",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/orders/orders",
+ "style": {
+ "navigationBarTitleText": "闂ㄥ簵璁㈠崟"
+ }
+ },
+ {
+ "path": "pages/order-details/order-details",
+ "style": {
+ "navigationBarTitleText": "闂ㄥ簵璁㈠崟璇︽儏",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/withdraw/withdraw",
+ "style": {
+ "navigationBarTitleText": "鎻愮幇"
+ }
+ },
+ {
+ "path": "pages/withdraw-success/withdraw-success",
+ "style": {
+ "navigationBarTitleText": "鎻愮幇"
+ }
+ },
+ {
+ "path": "pages/settings/settings",
+ "style": {
+ "navigationBarTitleText": "璁剧疆"
+ }
+ },
+ {
+ "path": "pages/change-password/change-password",
+ "style": {
+ "navigationBarTitleText": "淇敼瀵嗙爜"
+ }
+ },
+ {
+ "path": "pages/select/select",
+ "style": {
+ "navigationBarTitleText": "瀹佺晠琛�"
+ }
+ }
+ ]
+ }
+ ],
+ "preloadRule": {
+ "pages/index/index": {
+ "network": "all",
+ "packages": ["shop"]
+ }
+ },
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
@@ -141,6 +249,7 @@
"selectedColor": "#10B2FA",
"borderStyle": "black",
"backgroundColor": "#fff",
+ "custom": true,
"list": [
{
"pagePath": "pages/index/index",
--
Gitblit v1.9.3