|
@@ -2,7 +2,15 @@
|
|
|
"easycom": {
|
|
|
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
|
|
},
|
|
|
- "pages": [{
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "pages/mySet/mySet",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
"path": "pages/cardHolder/cardHolder",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "电子名片",
|
|
@@ -30,13 +38,6 @@
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
|
|
|
- }, {
|
|
|
- "path": "pages/mySet/mySet",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
}, {
|
|
|
"path": "pages/cardHolder/map",
|
|
|
"style": {
|
|
@@ -186,33 +187,33 @@
|
|
|
"tabBar": {
|
|
|
"custom": false,
|
|
|
"color": "#656765",
|
|
|
- "selectedColor": "#000102",
|
|
|
+ "selectedColor": "#112253",
|
|
|
"borderStyle": "white",
|
|
|
"backgroundColor": "#ffffff",
|
|
|
"list": [{
|
|
|
"pagePath": "pages/cardHolder/cardHolder",
|
|
|
- "iconPath": "static/c1.png",
|
|
|
- "selectedIconPath": "static/c2.png",
|
|
|
+ "iconPath": "static/imgs/wjj.png",
|
|
|
+ "selectedIconPath": "static/imgs/swjj.png",
|
|
|
"text": "电子名片"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/circle/circle",
|
|
|
- "iconPath": "static/c3.png",
|
|
|
- "selectedIconPath": "static/c4.png",
|
|
|
+ "iconPath": "static/imgs/cirlcle.png",
|
|
|
+ "selectedIconPath": "static/imgs/scirlce.png",
|
|
|
"text": "圈子"
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/mySet/mySet",
|
|
|
- "iconPath": "static/c5.png",
|
|
|
- "selectedIconPath": "static/c6.png",
|
|
|
+ "iconPath": "static/imgs/my.png",
|
|
|
+ "selectedIconPath": "static/imgs/smy.png",
|
|
|
"text": "我的"
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
"globalStyle": {
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
"navigationBarTitleText": "电子名片",
|
|
|
- "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
+ "navigationBarBackgroundColor": "#112253",
|
|
|
"backgroundColor": "#F8F8F8",
|
|
|
"app-plus": {
|
|
|
"background": "#efeff4"
|