diff --git a/pages.json b/pages.json index afc4472e32c442f40ab59ddbb667d6c37946b2f3..2d8cb554a6a029ca47eab33afdf1f6b45b1ba70e 100644 --- a/pages.json +++ b/pages.json @@ -149,7 +149,31 @@ "navigationBarTitleText": "聊天设置", "enablePullDownRefresh": false } - }, { + }, + { + "path" : "share-msg/share-msg", + "style":{ + "enablePullDownRefresh": false, + "navigationBarTitleText": "选择会话", + "app-plus": { + "titleNView": { + "autoBackButton": false, + "buttons": [{ + "text": "取消", + "fontSize": 16, + "float": "left" + },{ + "text": "确定", + "fontSize": 16, + "float": "right", + "color": "#EEE", + "width": "100px" + }] + } + } + } + }, + { "path": "group/members", "style": { "navigationBarTitleText": "群成员",