|
|
@@ -69,9 +69,16 @@
|
|
|
"pages": [{
|
|
|
"path": "customer_list/chat",
|
|
|
"style": {
|
|
|
- "navigationBarTitleText": "对话详情",
|
|
|
- "navigationBarBackgroundColor": "#3875EA",
|
|
|
- "navigationBarTextStyle": "white"
|
|
|
+ "navigationBarTitleText": "对话详情",
|
|
|
+ "navigationBarBackgroundColor": "#3875EA",
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "app-plus": {
|
|
|
+ // #ifdef APP-PLUS
|
|
|
+ "titleNView": {
|
|
|
+ "type": "default"
|
|
|
+ }
|
|
|
+ // #endif
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
{
|