提现功能需要添加
This commit is contained in:
58
pages.json
58
pages.json
@@ -14,6 +14,54 @@
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "TUIKit/components/TUIConversation/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "TUIKit/components/TUIChat/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"app-plus": {
|
||||
"softinputMode": "adjustResize"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "TUIKit/components/TUIContact/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "TUIKit/components/TUIChat/video-play",
|
||||
"style": {
|
||||
"navigationBarTitleText": "腾讯云 IM",
|
||||
"navigationBarBackgroundColor": "#EBF0F6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "TUIKit/components/TUIChat/web-view",
|
||||
"style": {
|
||||
"navigationBarTitleText": "腾讯云 IM",
|
||||
"navigationBarBackgroundColor": "#EBF0F6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "TUIKit/components/TUIGroup/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "TUIKit/components/TUISearch/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "聊天记录",
|
||||
"navigationBarBackgroundColor": "#EBF0F6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/login/protocol",
|
||||
"style": {
|
||||
@@ -76,8 +124,8 @@
|
||||
{
|
||||
"path": "pages/my-index/personal-center/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "个人中心",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "个人中心"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -262,13 +310,13 @@
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/news-list/news-list",
|
||||
"pagePath": "TUIKit/components/TUIConversation/index",
|
||||
"iconPath": "static/images/tabBar/news.png",
|
||||
"selectedIconPath": "static/images/tabBar/newsHL.png",
|
||||
"text": "消息"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/contacts/contacts",
|
||||
"pagePath": "TUIKit/components/TUIContact/index",
|
||||
"iconPath": "static/images/tabBar/contacts.png",
|
||||
"selectedIconPath": "static/images/tabBar/contactsHL.png",
|
||||
"text": "通讯录"
|
||||
@@ -287,4 +335,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user