diff --git a/config/api.js b/config/api.js index 78a3617..4c60ae2 100644 --- a/config/api.js +++ b/config/api.js @@ -181,7 +181,7 @@ export const recommendSchoolList = (params={}) => http.get('business/school/reco // 教练评价 export const getBycoachId = (params={}) => http.get('business/appcomplain/getBycoachId', {params}) // 人脸核身---获取certifyId -export const getInitFaceVerify = (params={}) => http.get('app/student-record/getInitFaceVerify', {params}) +export const getInitFaceVerify = (data) => http.post('app/student-record/getInitFaceVerify', data) diff --git a/pages.json b/pages.json index 526cb06..5b01bf8 100644 --- a/pages.json +++ b/pages.json @@ -44,24 +44,14 @@ } }, { - "path": "NonPlatformStudentInfo/NonPlatformStudentInfo", + "path": "signIn/signAndOut/signAndOut", "style": { - "navigationBarTitleText": "非平台学员", + "navigationBarTitleText": "签到/签退确认", "enablePullDownRefresh": false, - "navigationStyle": "custom", - "backgroundTextStyle": "dark" , - "navigationBarBackgroundColor": "#FFFFFF" - } - }, - { - "path": "credit/credit", - "style": { - "navigationBarTitleText": "质量信誉排行", - "enablePullDownRefresh": false, - "backgroundTextStyle": "dark" , - "navigationBarBackgroundColor": "#FFFFFF" + "backgroundTextStyle": "dark" } }, + { "path": "parse/parse", "style": { @@ -200,7 +190,7 @@ { "path": "findShcool/shcoolDetail/shcoolDetail", "style": { - "navigationBarTitleText": "找驾校", + "navigationBarTitleText": "驾校详情", "navigationStyle": "custom", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" @@ -260,60 +250,6 @@ } }, { - "path": "examines/examines", - "style": { - "navigationBarTitleText": "找考场", - "navigationStyle": "custom", - "enablePullDownRefresh": false, - "backgroundTextStyle": "dark" - } - }, - { - "path": "examines/warningEducation/warningEducation", - "style": { - "navigationBarTitleText": "安全警示教育在线视频学习", - "navigationStyle": "custom", - "enablePullDownRefresh": false, - "backgroundTextStyle": "dark" - } - }, - { - "path": "examines/allExamines/allExamines", - "style": { - "navigationBarTitleText": "找考场", - "navigationStyle": "custom", - "enablePullDownRefresh": false, - "backgroundTextStyle": "dark" - } - }, - { - "path": "examines/detail/detail", - "style": { - "navigationBarTitleText": "考场详情", - "navigationStyle": "custom", - "enablePullDownRefresh": false, - "backgroundTextStyle": "dark" - } - }, - { - "path": "examines/allNews/allNews", - "style": { - "navigationBarTitleText": "考场信息资讯", - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "backgroundTextStyle": "dark" - } - }, - { - "path": "examines/newsDetail/newsDetail", - "style": { - "navigationBarTitleText": "资讯详情", - "navigationStyle": "custom", - "enablePullDownRefresh": false, - "backgroundTextStyle": "dark" - } - }, - { "path": "theory/theory", "style": { "navigationBarTitleText": "理论学习", @@ -382,15 +318,6 @@ "root": "pages/carEntry", "pages": [ { - "path": "simulateAppointment/simulateAppointment", - "style": { - "navigationBarTitleText": "模拟器训练预约", - "navigationStyle": "custom", - "enablePullDownRefresh": false, - "backgroundTextStyle": "dark" - } - }, - { "path": "operaAppointment/operaAppointment", "style": { "navigationBarTitleText": "实操训练预约", @@ -400,15 +327,6 @@ } }, { - "path": "examineAppointment/examineAppointment", - "style": { - "navigationBarTitleText": "考场训练预约", - "navigationStyle": "custom", - "enablePullDownRefresh": false, - "backgroundTextStyle": "dark" - } - }, - { "path": "evaluate/evaluate", "style": { "navigationBarTitleText": "评价", @@ -449,15 +367,6 @@ } }, { - "path": "uAvatarCropper/uAvatarCropper", - "style": { - "navigationBarTitleText": "图像裁剪", - "navigationStyle": "custom", - "enablePullDownRefresh": false, - "backgroundTextStyle": "dark" - } - }, - { "path": "myForecastName/myForecastName", "style": { "navigationBarTitleText": "我的报名", @@ -537,15 +446,6 @@ } }, { - "path": "myCollect/myCollect", - "style": { - "navigationBarTitleText": "我的收藏", - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "backgroundTextStyle": "dark" - } - }, - { "path": "myEvaluate/myEvaluate", "style": { "navigationBarTitleText": "我的评价", @@ -601,23 +501,6 @@ "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } - }, - { - "path": "login/loginByPhone", - "style": { - "navigationBarTitleText": "手机号登录", - "navigationStyle": "custom", - "enablePullDownRefresh": false, - "backgroundTextStyle": "dark" - } - }, - { - "path": "login/privacyAgreement/privacyAgreement", - "style": { - "navigationBarTitleText": "登录", - "enablePullDownRefresh": false, - "backgroundTextStyle": "dark" - } } ] diff --git a/pages/carEntry/examineAppointment/comp/pickDate.vue b/pages/carEntry/examineAppointment/comp/pickDate.vue deleted file mode 100644 index 44d6c68..0000000 --- a/pages/carEntry/examineAppointment/comp/pickDate.vue +++ /dev/null @@ -1,376 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/carEntry/examineAppointment/comp/step1.vue b/pages/carEntry/examineAppointment/comp/step1.vue deleted file mode 100644 index 48a94ce..0000000 --- a/pages/carEntry/examineAppointment/comp/step1.vue +++ /dev/null @@ -1,92 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/carEntry/examineAppointment/comp/step2.vue b/pages/carEntry/examineAppointment/comp/step2.vue deleted file mode 100644 index 9dffd5f..0000000 --- a/pages/carEntry/examineAppointment/comp/step2.vue +++ /dev/null @@ -1,120 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/carEntry/examineAppointment/comp/step3.vue b/pages/carEntry/examineAppointment/comp/step3.vue deleted file mode 100644 index dd86a3d..0000000 --- a/pages/carEntry/examineAppointment/comp/step3.vue +++ /dev/null @@ -1,195 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/carEntry/examineAppointment/examineAppointment.vue b/pages/carEntry/examineAppointment/examineAppointment.vue deleted file mode 100644 index 9ad1676..0000000 --- a/pages/carEntry/examineAppointment/examineAppointment.vue +++ /dev/null @@ -1,200 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/carEntry/simulateAppointment/comp/pickDate.vue b/pages/carEntry/simulateAppointment/comp/pickDate.vue deleted file mode 100644 index ffb341a..0000000 --- a/pages/carEntry/simulateAppointment/comp/pickDate.vue +++ /dev/null @@ -1,379 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/carEntry/simulateAppointment/comp/step1.vue b/pages/carEntry/simulateAppointment/comp/step1.vue deleted file mode 100644 index 4748cdd..0000000 --- a/pages/carEntry/simulateAppointment/comp/step1.vue +++ /dev/null @@ -1,85 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/carEntry/simulateAppointment/comp/step2.vue b/pages/carEntry/simulateAppointment/comp/step2.vue deleted file mode 100644 index 60b19f1..0000000 --- a/pages/carEntry/simulateAppointment/comp/step2.vue +++ /dev/null @@ -1,204 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/carEntry/simulateAppointment/comp/step3.vue b/pages/carEntry/simulateAppointment/comp/step3.vue deleted file mode 100644 index 13a30c1..0000000 --- a/pages/carEntry/simulateAppointment/comp/step3.vue +++ /dev/null @@ -1,197 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/carEntry/simulateAppointment/simulateAppointment.vue b/pages/carEntry/simulateAppointment/simulateAppointment.vue deleted file mode 100644 index ed70926..0000000 --- a/pages/carEntry/simulateAppointment/simulateAppointment.vue +++ /dev/null @@ -1,150 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/indexEntry/credit/credit.vue b/pages/indexEntry/credit/credit.vue deleted file mode 100644 index 3106456..0000000 --- a/pages/indexEntry/credit/credit.vue +++ /dev/null @@ -1,59 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/indexEntry/examines/allExamines/allExamines.vue b/pages/indexEntry/examines/allExamines/allExamines.vue deleted file mode 100644 index 4886afc..0000000 --- a/pages/indexEntry/examines/allExamines/allExamines.vue +++ /dev/null @@ -1,121 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/indexEntry/examines/allNews/allNews.vue b/pages/indexEntry/examines/allNews/allNews.vue deleted file mode 100644 index d1034e4..0000000 --- a/pages/indexEntry/examines/allNews/allNews.vue +++ /dev/null @@ -1,51 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/indexEntry/examines/comp/examineItem.vue b/pages/indexEntry/examines/comp/examineItem.vue deleted file mode 100644 index 08bff87..0000000 --- a/pages/indexEntry/examines/comp/examineItem.vue +++ /dev/null @@ -1,117 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/indexEntry/examines/comp/newItem.vue b/pages/indexEntry/examines/comp/newItem.vue deleted file mode 100644 index bec0d1f..0000000 --- a/pages/indexEntry/examines/comp/newItem.vue +++ /dev/null @@ -1,32 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/indexEntry/examines/detail/detail.vue b/pages/indexEntry/examines/detail/detail.vue deleted file mode 100644 index 415b685..0000000 --- a/pages/indexEntry/examines/detail/detail.vue +++ /dev/null @@ -1,201 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/indexEntry/examines/examines.vue b/pages/indexEntry/examines/examines.vue deleted file mode 100644 index 5603457..0000000 --- a/pages/indexEntry/examines/examines.vue +++ /dev/null @@ -1,98 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/indexEntry/examines/newsDetail/newsDetail.vue b/pages/indexEntry/examines/newsDetail/newsDetail.vue deleted file mode 100644 index 307e55a..0000000 --- a/pages/indexEntry/examines/newsDetail/newsDetail.vue +++ /dev/null @@ -1,34 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/indexEntry/examines/warningEducation/warningEducation.vue b/pages/indexEntry/examines/warningEducation/warningEducation.vue deleted file mode 100644 index 601207c..0000000 --- a/pages/indexEntry/examines/warningEducation/warningEducation.vue +++ /dev/null @@ -1,121 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/indexEntry/findShcool/shcoolDetail/shcoolDetail.vue b/pages/indexEntry/findShcool/shcoolDetail/shcoolDetail.vue index d31db54..9cc2e60 100644 --- a/pages/indexEntry/findShcool/shcoolDetail/shcoolDetail.vue +++ b/pages/indexEntry/findShcool/shcoolDetail/shcoolDetail.vue @@ -12,7 +12,7 @@ - + diff --git a/pages/indexEntry/signIn/signAndOut/signAndOut.vue b/pages/indexEntry/signIn/signAndOut/signAndOut.vue new file mode 100644 index 0000000..15b4fcb --- /dev/null +++ b/pages/indexEntry/signIn/signAndOut/signAndOut.vue @@ -0,0 +1,236 @@ + + + + + diff --git a/pages/indexEntry/signIn/signIn.vue b/pages/indexEntry/signIn/signIn.vue index ecbd116..a10d488 100644 --- a/pages/indexEntry/signIn/signIn.vue +++ b/pages/indexEntry/signIn/signIn.vue @@ -1,7 +1,7 @@