调整聊天界面样式

This commit is contained in:
唐明明
2022-01-19 16:49:29 +08:00
parent 070c6c729e
commit d4d366a357
7 changed files with 330 additions and 243 deletions

View File

@@ -375,9 +375,12 @@
}
},
{
"path": "pages/im/private/index",
"path": "pages/im/private/index",
"name": "imPrivate",
"style": {
"navigationBarTitleText": "聊",
"navigationBarTitleText": "聊",
"navigationBarBackgroundColor":"#FFFFFF",
"disableScroll": true,
"app-plus": {
"titleNView": {
"type": "default",
@@ -393,36 +396,42 @@
},
{
"path": "pages/im/private/setting",
"name": "imPrivateSetting",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/im/friends/index",
"path": "pages/im/friends/index",
"name": "imFriends",
"style": {
"navigationBarTitleText": "我的好友"
}
},
{
"path": "pages/im/friends/pending",
"path": "pages/im/friends/pending",
"name": "imFriendsPending",
"style": {
"navigationBarTitleText": "新的朋友"
}
},
{
"path": "pages/im/friends/info",
"path": "pages/im/friends/info",
"name": "imFriendsInfo",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/im/friends/mine",
"path": "pages/im/friends/mine",
"name": "imFriendsMine",
"style": {
"navigationBarTitleText": "我的资料"
}
},
{
"path": "pages/im/group/index",
"path": "pages/im/group/index",
"name": "imGroup",
"style": {
"navigationBarTitleText": "我的群聊"
}