# 我的page.json配置

"path": "pages/home/home",
"style": {
"navigationBarTitleText":"我的",
"app-plus":{
"scrollIndicator":"none",
"bounce":"none",
"titleNView":{
"buttons":[
{
"type":"menu"
}
]
}
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15