新增专区,调整分页bug

This commit is contained in:
2024-09-05 14:05:14 +08:00
parent b990456593
commit 9a6c4d30f4
24 changed files with 448 additions and 9 deletions

View File

@@ -18,7 +18,10 @@
"pages/rechargeDetail/index",
"pages/updateInvoice/index",
"pages/rechargeWay/index",
"pages/publicTransfer/index"
"pages/publicTransfer/index",
"pages/special/index",
"pages/encyclopedia/index",
"pages/encyclopediaDetail/index"
],
"subPackages": [
{
@@ -38,6 +41,12 @@
"iconPath": "/assets/tabbar/home.png",
"selectedIconPath": "/assets/tabbar/home_select.png"
},
{
"pagePath": "pages/special/index",
"text": "专区",
"iconPath": "/assets/tabbar/special.png",
"selectedIconPath": "/assets/tabbar/special_select.png"
},
{
"pagePath": "pages/my/index",
"text": "我的",