新增专区,调整分页bug
This commit is contained in:
11
app.json
11
app.json
@@ -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": "我的",
|
||||
|
Reference in New Issue
Block a user