From 6c7de0bb9619d9044fe1d2cd26763dcb7e5ac3af Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Tue, 27 Feb 2024 19:08:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/api.js | 2 +- pages.json | 127 +- .../carEntry/examineAppointment/comp/pickDate.vue | 376 ------ pages/carEntry/examineAppointment/comp/step1.vue | 92 -- pages/carEntry/examineAppointment/comp/step2.vue | 120 -- pages/carEntry/examineAppointment/comp/step3.vue | 195 --- .../examineAppointment/examineAppointment.vue | 200 ---- .../carEntry/simulateAppointment/comp/pickDate.vue | 379 ------ pages/carEntry/simulateAppointment/comp/step1.vue | 85 -- pages/carEntry/simulateAppointment/comp/step2.vue | 204 ---- pages/carEntry/simulateAppointment/comp/step3.vue | 197 --- .../simulateAppointment/simulateAppointment.vue | 150 --- pages/indexEntry/credit/credit.vue | 59 - .../examines/allExamines/allExamines.vue | 121 -- pages/indexEntry/examines/allNews/allNews.vue | 51 - pages/indexEntry/examines/comp/examineItem.vue | 117 -- pages/indexEntry/examines/comp/newItem.vue | 32 - pages/indexEntry/examines/detail/detail.vue | 201 ---- pages/indexEntry/examines/examines.vue | 98 -- .../indexEntry/examines/newsDetail/newsDetail.vue | 34 - .../examines/warningEducation/warningEducation.vue | 121 -- .../findShcool/shcoolDetail/shcoolDetail.vue | 2 +- pages/indexEntry/signIn/signAndOut/signAndOut.vue | 236 ++++ pages/indexEntry/signIn/signIn.vue | 2 +- pages/mineEntry/myCollect/myCollect.vue | 94 -- pages/mineEntry/myCollect/videoItem.vue | 49 - pages/mineEntry/uAvatarCropper/uAvatarCropper.vue | 284 ----- pages/mineEntry/uAvatarCropper/weCropper.js | 1265 -------------------- pages/tabbar/index/comp/schoolItem.vue | 16 +- pages/tabbar/learnCar/index.vue | 10 +- pages/userCenter/login/login - 副本.vue | 227 ---- pages/userCenter/login/loginByPhone.vue | 192 --- static/images/carIcon/home_icon_buzhou@2x.png | Bin 0 -> 624 bytes static/images/carIcon/home_icon_weidao@2x.png | Bin 0 -> 2834 bytes static/images/carIcon/home_icon_zhuangtai@2x.png | Bin 0 -> 597 bytes 35 files changed, 261 insertions(+), 5077 deletions(-) delete mode 100644 pages/carEntry/examineAppointment/comp/pickDate.vue delete mode 100644 pages/carEntry/examineAppointment/comp/step1.vue delete mode 100644 pages/carEntry/examineAppointment/comp/step2.vue delete mode 100644 pages/carEntry/examineAppointment/comp/step3.vue delete mode 100644 pages/carEntry/examineAppointment/examineAppointment.vue delete mode 100644 pages/carEntry/simulateAppointment/comp/pickDate.vue delete mode 100644 pages/carEntry/simulateAppointment/comp/step1.vue delete mode 100644 pages/carEntry/simulateAppointment/comp/step2.vue delete mode 100644 pages/carEntry/simulateAppointment/comp/step3.vue delete mode 100644 pages/carEntry/simulateAppointment/simulateAppointment.vue delete mode 100644 pages/indexEntry/credit/credit.vue delete mode 100644 pages/indexEntry/examines/allExamines/allExamines.vue delete mode 100644 pages/indexEntry/examines/allNews/allNews.vue delete mode 100644 pages/indexEntry/examines/comp/examineItem.vue delete mode 100644 pages/indexEntry/examines/comp/newItem.vue delete mode 100644 pages/indexEntry/examines/detail/detail.vue delete mode 100644 pages/indexEntry/examines/examines.vue delete mode 100644 pages/indexEntry/examines/newsDetail/newsDetail.vue delete mode 100644 pages/indexEntry/examines/warningEducation/warningEducation.vue create mode 100644 pages/indexEntry/signIn/signAndOut/signAndOut.vue delete mode 100644 pages/mineEntry/myCollect/myCollect.vue delete mode 100644 pages/mineEntry/myCollect/videoItem.vue delete mode 100644 pages/mineEntry/uAvatarCropper/uAvatarCropper.vue delete mode 100644 pages/mineEntry/uAvatarCropper/weCropper.js delete mode 100644 pages/userCenter/login/login - 副本.vue delete mode 100644 pages/userCenter/login/loginByPhone.vue create mode 100644 static/images/carIcon/home_icon_buzhou@2x.png create mode 100644 static/images/carIcon/home_icon_weidao@2x.png create mode 100644 static/images/carIcon/home_icon_zhuangtai@2x.png 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 @@