征信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

72 lines
1.8 KiB

{
"pages": [
"pages/index/index",
"pages/login/login",
"pages/release/index",
"pages/user/index",
"pages/user/personal",
"pages/user/about",
"pages/user/rule",
"pages/user/feedList",
"pages/user/feedback",
"pages/user/feedDetails",
"pages/user/verification",
"pages/user/collect",
"pages/user/release",
"pages/user/wallet",
"pages/user/withdrawal",
"pages/user/verificationList",
"pages/index/search",
"pages/user/payList",
"pages/user/phone",
"pages/user/history",
"pages/user/mycollect",
"pages/user/site",
"pages/user/password",
"pages/release/detail",
"pages/user/zizhi",
"pages/user/info",
"pages/user/like",
"pages/user/protocol",
"pages/view/webview",
"pages/view/outer",
"pages/index/searchList",
"pages/user/releaseEdit",
"pages/user/common"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "征信网",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#EBEDEC"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#00C6A9",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/icon-01.png",
"selectedIconPath": "static/icon-01-on.png",
"text": "首页"
},
{
"pagePath": "pages/release/index",
"iconPath": "static/icon-02.png",
"selectedIconPath": "static/icon-02.png",
"text": "发布"
},
{
"pagePath": "pages/user/index",
"iconPath": "static/icon-03.png",
"selectedIconPath": "static/icon-03-on.png",
"text": "我的"
}
]
},
"permission": {},
"usingComponents": {}
}