# 聊天page.json配置

"path": "pages/user-chat/user-chat",
"style": {
"navigationBarTitleText":"聊天页",
"app-plus": {
"titleNView": {
"buttons": [
// 右边
{
"color": "#333",
"colorPressed": "#BBBBBB",
"float": "right",
"fontSize": "16px",
"text": "取消"
}
]
}
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18