聊天完成

This commit is contained in:
2020-08-07 14:44:11 +08:00
parent c1a3a11781
commit 93c412a515
34 changed files with 1481 additions and 41 deletions

View File

@@ -37,6 +37,15 @@
}
}
},
{
"path": "pages/messages/privateChat",
"style": {
"navigationBarTitleText": "uni-app",
"app-plus": {
"titleNView": true
}
}
},
{
"path": "pages/index/index",
"style": {
@@ -59,17 +68,17 @@
}
}
}
},
{
"path": "pages/index/otherdetails",
"style": {
"navigationBarTitleText": "试穿订单详情",
"app-plus": {
"titleNView": {
"titleColor": "#333333"
}
}
}
},
{
"path": "pages/index/otherdetails",
"style": {
"navigationBarTitleText": "试穿订单详情",
"app-plus": {
"titleNView": {
"titleColor": "#333333"
}
}
}
},
{
"path": "pages/release/video",
@@ -146,7 +155,7 @@
"titleColor": "#333333",
"buttons": [ //原生标题栏按钮配置,
{
"text": "保存",
"text": "保存",
"fontSize":"14px"
}
]
@@ -285,4 +294,4 @@
}]
}
}
}