diff --git a/api/user.js b/api/user.js index 7b8bf5f..8b3831d 100644 --- a/api/user.js +++ b/api/user.js @@ -196,4 +196,12 @@ export function getAppid(){ } export function isForceBinding(){ return http.get("/login/get_isforce_binding"); +} + +export function helpCenter(){ + return http.get("/my/helpcenter"); +} + +export function addFeedback(){ + return http.post("/my/addfeedback"); } \ No newline at end of file diff --git a/pages.json b/pages.json index 51a8bc7..283f8df 100644 --- a/pages.json +++ b/pages.json @@ -416,11 +416,47 @@ "navigationBarTitleText": "帮助与反馈" } }, + { + "path": "helpDetail", + "style": { + "navigationBarTitleText": "帮助与反馈" + } + }, { "path": "feedback", "style": { "navigationBarTitleText": "帮助与反馈" } + }, + { + "path": "fileDownload", + "style": { + "navigationBarTitleText": "文件下载" + } + }, + { + "path": "examApply", + "style": { + "navigationBarTitleText": "考试信息" + } + }, + { + "path": "applyLink", + "style": { + "navigationBarTitleText": "报名链接" + } + }, + { + "path": "noticeList", + "style": { + "navigationBarTitleText": "消息中心" + } + }, + { + "path": "noticeDetail", + "style": { + "navigationBarTitleText": "消息详情" + } } ] }, diff --git a/pages/my/applyLink.vue b/pages/my/applyLink.vue new file mode 100644 index 0000000..a543b55 --- /dev/null +++ b/pages/my/applyLink.vue @@ -0,0 +1,83 @@ + + + + + \ No newline at end of file diff --git a/pages/my/examApply.vue b/pages/my/examApply.vue new file mode 100644 index 0000000..559b323 --- /dev/null +++ b/pages/my/examApply.vue @@ -0,0 +1,85 @@ + + + + + \ No newline at end of file diff --git a/pages/my/feedback.vue b/pages/my/feedback.vue index ac47c36..c6708f0 100644 --- a/pages/my/feedback.vue +++ b/pages/my/feedback.vue @@ -9,6 +9,7 @@ + + \ No newline at end of file diff --git a/pages/my/helpCenter.vue b/pages/my/helpCenter.vue index d15dfc2..29beeed 100644 --- a/pages/my/helpCenter.vue +++ b/pages/my/helpCenter.vue @@ -12,7 +12,7 @@ - + {{ item.title }} @@ -21,6 +21,7 @@ diff --git a/pages/my/helpDetail.vue b/pages/my/helpDetail.vue new file mode 100644 index 0000000..3e36fea --- /dev/null +++ b/pages/my/helpDetail.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/pages/my/noticeDetail.vue b/pages/my/noticeDetail.vue new file mode 100644 index 0000000..7a0100f --- /dev/null +++ b/pages/my/noticeDetail.vue @@ -0,0 +1,86 @@ + + + + + diff --git a/pages/my/noticeList.vue b/pages/my/noticeList.vue new file mode 100644 index 0000000..8d92f75 --- /dev/null +++ b/pages/my/noticeList.vue @@ -0,0 +1,100 @@ + + + + + \ No newline at end of file diff --git a/pages/store/shoppingCart.vue b/pages/store/shoppingCart.vue index e33d348..f5c81d9 100644 --- a/pages/store/shoppingCart.vue +++ b/pages/store/shoppingCart.vue @@ -8,7 +8,7 @@ - + @@ -43,14 +43,11 @@ 去结算({{ checkedGoods.length }}) 删除 -