提现功能需要添加

This commit is contained in:
bobobobo
2026-01-04 23:35:06 +08:00
parent a4ae562396
commit 42eba945e8
58 changed files with 4825 additions and 1015 deletions

View File

@@ -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 @@
}
]
}
}
}