diff --git a/pages.json b/pages.json index b83e131..794c64d 100644 --- a/pages.json +++ b/pages.json @@ -159,6 +159,15 @@ "navigationBarBackgroundColor": "#29d3b4", "navigationBarTextStyle": "white" } + }, + { + "path": "pages/coach/my/index", + "style": { + "navigationBarTitleText": "我的", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black" + } } diff --git a/pages/coach/my/index.vue b/pages/coach/my/index.vue new file mode 100644 index 0000000..2f8836f --- /dev/null +++ b/pages/coach/my/index.vue @@ -0,0 +1,309 @@ + + + + + + \ No newline at end of file