页面说明
|_ index/ 消息中心、列表展示 |_ msginfo/ 消息详情页面 |_ msgset/ 消息设置页面
页面说明
请使用自定义导航,修改 page.json
{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText":"", "bounce" : "none", "scrollIndicator" : "none", "titleNView" : false, "navigationStyle" : "custom" } }, { "path": "pages/msginfo/msginfo", "style": { "navigationBarTitleText":"消息中心", "bounce" : "none", "scrollIndicator" : "none", "titleNView" : false, "navigationStyle" : "custom" } }, { "path": "pages/msgset/msgset", "style": { "navigationBarTitleText":"消息设置", "bounce" : "none", "scrollIndicator" : "none" } } ] }
页面截图