diff --git a/pages.json b/pages.json index 1e6c61c..1789d51 100644 --- a/pages.json +++ b/pages.json @@ -239,6 +239,15 @@ "navigationBarBackgroundColor": "#292929", "navigationBarTextStyle": "white" } + }, + { + "path": "pages/coach/my/info", + "style": { + "navigationBarTitleText": "个人资料", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#292929", + "navigationBarTextStyle": "white" + } } diff --git a/pages/coach/my/index.vue b/pages/coach/my/index.vue index b602749..b9b4258 100644 --- a/pages/coach/my/index.vue +++ b/pages/coach/my/index.vue @@ -10,7 +10,7 @@ - + 包子皮 @@ -138,6 +138,13 @@ export default { url: '/pages/common/feedback' }) }, + + //打开个人资料 + openViewMyInfo(){ + uni.navigateTo({ + url: '/pages/coach/my/info' + }) + } } } diff --git a/pages/coach/my/info.vue b/pages/coach/my/info.vue new file mode 100644 index 0000000..d1ab9c6 --- /dev/null +++ b/pages/coach/my/info.vue @@ -0,0 +1,260 @@ + + + + + + \ No newline at end of file