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 @@
+
+
+
+
+
+ 我的
+
+
+
+
+
+
+
+
+ 包子皮
+
+
+ 切换身份
+ 到课率统计
+
+
+
+
+
+
+
+
+
+
+
+ 1234
+ 总授课数/节
+
+
+ 4
+ 总授班级/个
+
+
+ 1234
+ 总负责学员/名
+
+
+
+
+ 月授课数
+ 12
+ 节,月负责学员
+ 188
+ 名
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 我的体育场
+ xxx场馆
+
+
+
+ 即将到期
+
+
+
+
+ 授课统计
+
+
+
+
+
+
+
+ 意见反馈
+
+
+
+
+ 设置
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file