7
This commit is contained in:
+34
-3
@@ -269,22 +269,53 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workbench/friend-circle/releaseFriendCircle",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workbench/friend-circle/chooseLocation",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workbench/friend-circle/chooseCircleBgImg",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/workbench/friend-circle/builtinBgImg",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/common/userOrGroupQrCode",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
"color": "#171717",
|
||||
"selectedColor": "#07c160",
|
||||
"borderStyle": "#f4f4f4",
|
||||
"backgroundColor": "#f4f4f4",
|
||||
"backgroundColor": "rgba(244,244,244,0.8)",
|
||||
"height": "55px",
|
||||
"list": [{
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/conversation/conversationList/index",
|
||||
"iconPath": "./static/images/tabbar/conversation.png",
|
||||
"selectedIconPath": "static/images/tabbar/conversation_active.png",
|
||||
"text": "消息"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/contact/index/index",
|
||||
"pagePath": "pages/contact/friendList/index",
|
||||
"iconPath": "./static/images/tabbar/contacts.png",
|
||||
"selectedIconPath": "static/images/tabbar/contacts_active.png",
|
||||
"text": "通讯录"
|
||||
|
||||
Reference in New Issue
Block a user