update api

This commit is contained in:
cmxdd
2020-07-29 20:35:33 +08:00
parent fef56d1b52
commit 243e1f93bd
13 changed files with 622 additions and 177 deletions

View File

@@ -2,8 +2,7 @@
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"pages": [{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
@@ -31,9 +30,9 @@
"style": {
"navigationBarTitleText": "消息",
"app-plus": {
"titleNView": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
"titleColor": "#333333"
}
}
}
@@ -43,9 +42,9 @@
"style": {
"navigationBarTitleText": "德铭阳光在线",
"app-plus": {
"titleNView": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
"titleColor": "#333333"
}
}
}
@@ -55,8 +54,8 @@
"style": {
"navigationBarTitleText": "订单详情",
"app-plus": {
"titleNView": {
"titleColor": "#333333"
"titleNView": {
"titleColor": "#333333"
}
}
}
@@ -86,17 +85,30 @@
}
}
}
},
{
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "个人中心",
"app-plus": {
"titleNView": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
"titleColor": "#333333"
}
}
}
},
{
"path": "pages/user/myinfo",
"style": {
"navigationBarTitleText": "达人中心",
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
}
}
}
@@ -118,9 +130,15 @@
"style": {
"navigationBarTitleText": "个人资料",
"app-plus": {
"titleNView": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
"titleColor": "#333333",
"buttons": [ //原生标题栏按钮配置,
{
"text": "保存",
"fontSize":"14px"
}
]
}
}
}
@@ -130,9 +148,9 @@
"style": {
"navigationBarTitleText": "修改密码",
"app-plus": {
"titleNView": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
"titleColor": "#333333"
}
}
}
@@ -142,9 +160,9 @@
"style": {
"navigationBarTitleText": "我的粉丝",
"app-plus": {
"titleNView": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
"titleColor": "#333333"
}
}
}
@@ -154,9 +172,9 @@
"style": {
"navigationBarTitleText": "内容管理",
"app-plus": {
"titleNView": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
"titleColor": "#333333"
}
}
}
@@ -165,9 +183,9 @@
"path": "pages/user/contentDetails",
"style": {
"app-plus": {
"titleNView": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
"titleColor": "#333333"
}
}
}
@@ -177,9 +195,9 @@
"style": {
"navigationBarTitleText": "骑手投诉",
"app-plus": {
"titleNView": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
"titleColor": "#333333"
}
}
}
@@ -189,9 +207,9 @@
"style": {
"navigationBarTitleText": "骑手投诉详情",
"app-plus": {
"titleNView": {
"titleNView": {
"backgroundColor": "#FFFFFF",
"titleColor": "#333333"
"titleColor": "#333333"
}
}
}
@@ -201,9 +219,9 @@
"style": {
"navigationBarTitleText": "选择商品",
"app-plus": {
"titleNView": {
"titleNView": {
"backgroundColor": "#2D2D2D",
"titleColor": "#FFFFFF"
"titleColor": "#FFFFFF"
}
}
}
@@ -226,28 +244,34 @@
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar":{
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"height": "50px",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "3px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "",
"selectedIconPath": "",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"height": "50px",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "3px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "",
"selectedIconPath": "",
"text": "首页",
"selectedColor":"#FBFBFB"
}, {
"pagePath": "pages/user/index",
"iconPath": "",
"selectedIconPath": "",
"selectedColor": "#FBFBFB"
}, {
"pagePath": "pages/messages/messagesList",
"iconPath": "",
"selectedIconPath": "",
"text": "消息",
"selectedColor": "#FBFBFB"
}, {
"pagePath": "pages/user/index",
"iconPath": "",
"selectedIconPath": "",
"text": "我的",
"selectedColor":"#FBFBFB"
}]
"selectedColor": "#FBFBFB"
}]
}
}
}