diff --git a/pages.json b/pages.json index 239c706..1e6c61c 100644 --- a/pages.json +++ b/pages.json @@ -99,6 +99,15 @@ "navigationBarTextStyle": "black" } }, + { + "path" : "pages/common/feedback", + "style": { + "navigationBarTitleText": "意见反馈", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#292929", + "navigationBarTextStyle": "white" + } + }, diff --git a/pages/coach/my/index.vue b/pages/coach/my/index.vue index 6ca62d0..b602749 100644 --- a/pages/coach/my/index.vue +++ b/pages/coach/my/index.vue @@ -78,7 +78,7 @@ - 意见反馈 + 意见反馈 @@ -125,12 +125,19 @@ export default { }) }, - //大家授课统计 + //打开授课统计 openViewSchoolingStatistics(){ uni.navigateTo({ url: '/pages/coach/my/schooling_statistics' }) }, + + //打开意见反馈 + openViewFeedback(){ + uni.navigateTo({ + url: '/pages/common/feedback' + }) + }, } } diff --git a/pages/common/feedback.vue b/pages/common/feedback.vue new file mode 100644 index 0000000..9daaa6e --- /dev/null +++ b/pages/common/feedback.vue @@ -0,0 +1,275 @@ + + + + + + \ No newline at end of file