Merge pull request '个人中心主页位置' (#22) from zhy into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/22
This commit was merged in pull request #22.
This commit is contained in:
2020-06-11 10:27:22 +08:00
26 changed files with 42 additions and 70 deletions

View File

@@ -305,27 +305,6 @@
{
"root": "pageE",
"pages":[
{
"path": "mine/MineIndex",
"style": {
"navigationBarTitleText": "我的",
"app-plus": {
"titleSize": "36px",
"titleNView": {
"titleColor": "#333333",
"backgroundColor": "#FFFFFF",
"buttons": [
{
"type": "none",
"text": "\ue502",
"float": "right",
"fontSize": "14"
}
]
}
}
}
},
{
"path": "tool/MineHistory",
"style": {
@@ -765,37 +744,29 @@
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的",
"app-plus": {
"titleSize": "36px",
"titleNView": {
"titleColor": "#333333",
"backgroundColor": "#FFFFFF",
"buttons": [
{
"type": "none",
"text": "\ue502",
"float": "right",
"fontSize": "14"
}
]
}
}
}
}
],
"tabBar": {
"color": "#999999",
"selectedColor": "#FF780F",
"backgroundColor": "#ffffff",
"fontSize": "12",
"iconWidth": "20",
"spacing": "7",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/image/home.png",
"selectedIconPath": "static/image/home2.png",
"text": "首页"
}, {
"pagePath": "pages/API/index",
"iconPath": "static/image/mall.png",
"selectedIconPath": "static/image/mall2.png",
"text": "商城"
}, {
"pagePath": "pages/API/index",
"iconPath": "static/image/message.png",
"selectedIconPath": "static/image/message2.png",
"text": "消息"
}, {
"pagePath": "pageE/mine/MineIndex",
"iconPath": "static/image/mine.png",
"selectedIconPath": "static/image/mine2.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",