|
@@ -86,42 +86,48 @@
|
|
"path": "pages/group/data",
|
|
"path": "pages/group/data",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "群资料",
|
|
"navigationBarTitleText": "群资料",
|
|
- "autoBackButton": true
|
|
|
|
|
|
+ "autoBackButton": true,
|
|
|
|
+ "navigationStyle": "custom"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "pages/group/scan",
|
|
"path": "pages/group/scan",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "扫码进群",
|
|
"navigationBarTitleText": "扫码进群",
|
|
- "autoBackButton": true
|
|
|
|
|
|
+ "autoBackButton": true,
|
|
|
|
+ "navigationStyle": "custom"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "pages/group/person",
|
|
"path": "pages/group/person",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "新的联系人",
|
|
"navigationBarTitleText": "新的联系人",
|
|
- "autoBackButton": true
|
|
|
|
|
|
+ "autoBackButton": true,
|
|
|
|
+ "navigationStyle": "custom"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "pages/group/chat",
|
|
"path": "pages/group/chat",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "我的群聊",
|
|
"navigationBarTitleText": "我的群聊",
|
|
- "autoBackButton": true
|
|
|
|
|
|
+ "autoBackButton": true,
|
|
|
|
+ "navigationStyle": "custom"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "pages/group/black-list",
|
|
"path": "pages/group/black-list",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "黑名单",
|
|
"navigationBarTitleText": "黑名单",
|
|
- "autoBackButton": true
|
|
|
|
|
|
+ "autoBackButton": true,
|
|
|
|
+ "navigationStyle": "custom"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "pages/group/add",
|
|
"path": "pages/group/add",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "添加好友",
|
|
"navigationBarTitleText": "添加好友",
|
|
- "autoBackButton": true
|
|
|
|
|
|
+ "autoBackButton": true,
|
|
|
|
+ "navigationStyle": "custom"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|