完成简易版的充值和充值记录查询页面,简单的我的页面
This commit is contained in:
36
app.json
36
app.json
@@ -1,7 +1,26 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index"
|
||||
"pages/rechargeRecord/index",
|
||||
"pages/my/index",
|
||||
"pages/home/index",
|
||||
"pages/login/index",
|
||||
"pages/recharge/index",
|
||||
"pages/index/index",
|
||||
"pages/meterList/index",
|
||||
"pages/questions/index"
|
||||
],
|
||||
"tabBar": {
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/home/index",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/index",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
},
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "Weixin",
|
||||
@@ -10,8 +29,13 @@
|
||||
"componentFramework": "glass-easel",
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"lazyCodeLoading": "requiredComponents",
|
||||
"usingComponents": {
|
||||
"van-button": "@vant/weapp/button/index",
|
||||
"van-loading": "@vant/weapp/loading/index"
|
||||
}
|
||||
}
|
||||
"renderer": "skyline",
|
||||
"rendererOptions": {
|
||||
"skyline": {
|
||||
"defaultContentBox": true,
|
||||
"defaultDisplayBlock": true
|
||||
}
|
||||
},
|
||||
"disableScroll": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
Reference in New Issue
Block a user