|
@@ -1,46 +1,47 @@
|
|
|
{
|
|
|
"pages": [
|
|
|
+ "pages/my/index",
|
|
|
"pages/home/index",
|
|
|
"pages/bank/index",
|
|
|
- "pages/my/index",
|
|
|
"pages/market/index",
|
|
|
"pages/policy/index"
|
|
|
],
|
|
|
- "tabBar": {
|
|
|
- "position":"bottom",
|
|
|
- "borderStyle":"white",
|
|
|
+ "tabBar": {
|
|
|
+ "position": "bottom",
|
|
|
+ "borderStyle": "white",
|
|
|
"selectedColor": "#E9021D",
|
|
|
- "list": [{
|
|
|
- "pagePath": "pages/home/index",
|
|
|
- "text": "首页",
|
|
|
- "iconPath": "/images/home.png",
|
|
|
- "selectedIconPath": "/images/home_fill.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/bank/index",
|
|
|
- "text": "我要融资",
|
|
|
- "iconPath": "/images/duijie.png",
|
|
|
- "selectedIconPath": "/images/duijie_fill.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/market/index",
|
|
|
- "text": "金融超市",
|
|
|
- "iconPath": "/images/recharge.png",
|
|
|
- "selectedIconPath": "/images/recharge_fill.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/policy/index",
|
|
|
- "text": "政策解读",
|
|
|
- "iconPath": "/images/news_hot.png",
|
|
|
- "selectedIconPath": "/images/news_hot_fill.png"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/my/index",
|
|
|
- "text": "我的",
|
|
|
- "iconPath": "/images/people.png",
|
|
|
- "selectedIconPath": "/images/people_fill.png"
|
|
|
- }
|
|
|
- ]
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/my/index",
|
|
|
+ "text": "我的",
|
|
|
+ "iconPath": "/images/people.png",
|
|
|
+ "selectedIconPath": "/images/people_fill.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/home/index",
|
|
|
+ "text": "首页",
|
|
|
+ "iconPath": "/images/home.png",
|
|
|
+ "selectedIconPath": "/images/home_fill.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/bank/index",
|
|
|
+ "text": "我要融资",
|
|
|
+ "iconPath": "/images/duijie.png",
|
|
|
+ "selectedIconPath": "/images/duijie_fill.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/market/index",
|
|
|
+ "text": "金融超市",
|
|
|
+ "iconPath": "/images/recharge.png",
|
|
|
+ "selectedIconPath": "/images/recharge_fill.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/policy/index",
|
|
|
+ "text": "政策解读",
|
|
|
+ "iconPath": "/images/news_hot.png",
|
|
|
+ "selectedIconPath": "/images/news_hot_fill.png"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"usingComponents": {
|
|
|
"van-button": "../../miniprogram_npm/vant-weapp/button/index",
|
|
@@ -83,4 +84,4 @@
|
|
|
},
|
|
|
"style": "v2",
|
|
|
"sitemapLocation": "sitemap.json"
|
|
|
-}
|
|
|
+}
|