diff --git a/pages.json b/pages.json index 737dc00..1efb958 100644 --- a/pages.json +++ b/pages.json @@ -132,7 +132,20 @@ "navigationBarBackgroundColor": "#292929", "navigationBarTextStyle": "white" } + }, + { + "path": "pages/coach/student/info", + "style": { + "navigationBarTitleText": "学员详情", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#29d3b4", + "navigationBarTextStyle": "white" + } } + + + + ], "globalStyle": { "navigationBarTextStyle": "white", diff --git a/pages/coach/class/info.vue b/pages/coach/class/info.vue index a38d729..581e1f7 100644 --- a/pages/coach/class/info.vue +++ b/pages/coach/class/info.vue @@ -40,7 +40,7 @@ 最近课程 - + 篮球少儿课 @@ -48,7 +48,7 @@ 2020.05.30 15:30 - 17:30 - + 篮球少儿课 @@ -73,7 +73,7 @@ - + @@ -97,7 +97,7 @@ - + @@ -121,7 +121,7 @@ - + @@ -145,7 +145,7 @@ - + @@ -169,7 +169,7 @@ - + @@ -193,7 +193,7 @@ - + diff --git a/pages/coach/student/info.vue b/pages/coach/student/info.vue new file mode 100644 index 0000000..f8116d2 --- /dev/null +++ b/pages/coach/student/info.vue @@ -0,0 +1,686 @@ + + + + + + \ No newline at end of file