diff --git a/meeting/user/doc.vue b/meeting/user/doc.vue index e69de29..4bf7b48 100644 --- a/meeting/user/doc.vue +++ b/meeting/user/doc.vue @@ -0,0 +1,95 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 0eb2e7d..5a5c4c4 100644 --- a/pages.json +++ b/pages.json @@ -198,7 +198,19 @@ { "path":"user/opinion", "style": { - "navigationBarTitleText": "意见反馈" + "navigationBarTitleText": "意见反馈", + "navigationStyle": "custom", + "enablePullDownRefresh":false + + } + } + , + { + "path":"user/doc", + "style": { + "navigationBarTitleText": "帮助文档", + "navigationStyle": "custom", + "enablePullDownRefresh":false } },{