From 3539d67072a5fd179bd44385ebefce0d1a6e8cb4 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 21 四月 2026 16:03:06 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
small-program/unpackage/dist/dev/mp-weixin/app.json | 38 +++++++++++++++++++++++++++++++++++---
1 files changed, 35 insertions(+), 3 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/app.json b/small-program/unpackage/dist/dev/mp-weixin/app.json
index a65e1f0..594dc5a 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/app.json
+++ b/small-program/unpackage/dist/dev/mp-weixin/app.json
@@ -15,13 +15,26 @@
"pages/store-apply/store-apply",
"pages/delivery-order-detail/delivery-order-detail",
"pages/orders/orders",
- "pages/store-home/store-home",
"pages/address/address",
"pages/new-address/new-address",
"pages/rich-text/rich-text",
- "pages/details-entry/details-entry"
+ "pages/details-entry/details-entry",
+ "pages/select-city/select-city",
+ "pages/shop-index/shop-index",
+ "pages/shop-mine/shop-mine",
+ "pages/shop-wallet/shop-wallet"
],
- "subPackages": [],
+ "subPackages": [
+ {
+ "root": "shop",
+ "pages": [
+ "pages/login/login",
+ "pages/store-home/store-home",
+ "pages/mine/mine",
+ "pages/wallet/wallet"
+ ]
+ }
+ ],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
@@ -33,6 +46,7 @@
"selectedColor": "#10B2FA",
"borderStyle": "black",
"backgroundColor": "#fff",
+ "custom": true,
"list": [
{
"pagePath": "pages/index/index",
@@ -57,6 +71,24 @@
"iconPath": "static/icon/nav_wode@2x.png",
"selectedIconPath": "static/icon/nav_wode_sel@2x.png",
"text": "鎴戠殑"
+ },
+ {
+ "pagePath": "pages/shop-index/shop-index",
+ "iconPath": "static/icon/nav_home@2x.png",
+ "selectedIconPath": "static/icon/nav_home_sel@2x.png",
+ "text": "闂ㄥ簵棣栭〉"
+ },
+ {
+ "pagePath": "pages/shop-wallet/shop-wallet",
+ "iconPath": "static/icon/nav_home@2x.png",
+ "selectedIconPath": "static/icon/nav_home_sel@2x.png",
+ "text": "闂ㄥ簵閽卞寘"
+ },
+ {
+ "pagePath": "pages/shop-mine/shop-mine",
+ "iconPath": "static/icon/nav_wode@2x.png",
+ "selectedIconPath": "static/icon/nav_wode_sel@2x.png",
+ "text": "闂ㄥ簵鎴戠殑"
}
]
},
--
Gitblit v1.9.3