diff --git a/pages.json b/pages.json index 38a68f1..be3b1f5 100644 --- a/pages.json +++ b/pages.json @@ -285,9 +285,25 @@ "navigationBarBackgroundColor": "#292929", "navigationBarTextStyle": "white" } + }, + { + "path": "pages/coach/my/set_up", + "style": { + "navigationBarTitleText": "设置", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#292929", + "navigationBarTextStyle": "white" + } + }, + { + "path": "pages/coach/my/update_pass", + "style": { + "navigationBarTitleText": "修改密码", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black" + } } - - ], "globalStyle": { "navigationBarTextStyle": "white", diff --git a/pages/coach/my/index.vue b/pages/coach/my/index.vue index b9b4258..cc7a79a 100644 --- a/pages/coach/my/index.vue +++ b/pages/coach/my/index.vue @@ -64,25 +64,25 @@ xxx场馆 - - 即将到期 + + 即将到期 - - 授课统计 + + 授课统计 - - 意见反馈 + + 意见反馈 - + 设置 @@ -144,6 +144,13 @@ export default { uni.navigateTo({ url: '/pages/coach/my/info' }) + }, + + //打开设置 + openViewSetUp(){ + uni.navigateTo({ + url: '/pages/coach/my/set_up' + }) } } } diff --git a/pages/coach/my/set_up.vue b/pages/coach/my/set_up.vue new file mode 100644 index 0000000..31e3566 --- /dev/null +++ b/pages/coach/my/set_up.vue @@ -0,0 +1,53 @@ + + + + + + diff --git a/pages/coach/my/update_pass.vue b/pages/coach/my/update_pass.vue new file mode 100644 index 0000000..3544848 --- /dev/null +++ b/pages/coach/my/update_pass.vue @@ -0,0 +1,107 @@ + + + + + + \ No newline at end of file