diff --git a/config/api.js b/config/api.js
index 72ddb4b..9036648 100644
--- a/config/api.js
+++ b/config/api.js
@@ -206,6 +206,9 @@ export const signOutAuth = (data) => http.post('business/student/sign/outAuth',
export const signOut = (data) => http.post('business/student/sign/out', data)
// 支付
export const getStudentByPayment = (params={}) => http.get('app/student-record/getStudentByPayment', {params})
+// 补签
+export const reSignOut = (data) => http.data('app/business/student/sign/reSignOut', data)
+
diff --git a/config/request.js b/config/request.js
index 2ffb546..4ea2c45 100644
--- a/config/request.js
+++ b/config/request.js
@@ -44,8 +44,8 @@ module.exports = (vm) => {
// 响应拦截
uni.$u.http.interceptors.response.use(async (response) => { /* 对响应成功做点什么 可使用async await 做异步操作*/
const data = response.data
- // console.log('请求结果')
- // console.log(data)
+ console.log('请求结果')
+ console.log(data)
if(data.code==406&&response.config.url!='member/auth/refresh-token'&&response.config.url!=='member/auth/logout') {
await refreshToken()
let obj = response.config
diff --git a/pages/carEntry/operaAppointment/comp/coachInfo.vue b/pages/carEntry/operaAppointment/comp/coachInfo.vue
index cdac5a6..8a67929 100644
--- a/pages/carEntry/operaAppointment/comp/coachInfo.vue
+++ b/pages/carEntry/operaAppointment/comp/coachInfo.vue
@@ -9,10 +9,10 @@
{{ FormData.coachName }}
- 已绑定
+ 已绑定
未绑定
-
+
diff --git a/pages/carEntry/operaAppointment/comp/step1.vue b/pages/carEntry/operaAppointment/comp/step1.vue
index 3edc237..837f7d1 100644
--- a/pages/carEntry/operaAppointment/comp/step1.vue
+++ b/pages/carEntry/operaAppointment/comp/step1.vue
@@ -1,6 +1,6 @@
-
+
预约时间
@@ -67,9 +67,7 @@
}
this.$emit('openPopup', num)
},
- showStep2() {
- this.$emit('showStep2')
- },
+
updatedForm(val) {
this.$emit('updatedForm', val)
}
diff --git a/pages/carEntry/operaAppointment/operaAppointment.vue b/pages/carEntry/operaAppointment/operaAppointment.vue
index be02584..861507b 100644
--- a/pages/carEntry/operaAppointment/operaAppointment.vue
+++ b/pages/carEntry/operaAppointment/operaAppointment.vue
@@ -2,8 +2,8 @@
-
-
+
+
@@ -47,13 +47,13 @@
-
-
\ No newline at end of file
diff --git a/pages/mineEntry/myAppointment/detail/imitate.vue b/pages/mineEntry/myAppointment/detail/imitate.vue
deleted file mode 100644
index afce70f..0000000
--- a/pages/mineEntry/myAppointment/detail/imitate.vue
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
-
- 模拟器
- {{info.name}}
-
-
- 已取消
- {{statusTxt[info.recordStatus]}}
-
-
-
-
-
-
-
-
-
- 模拟器编号
-
- {{info.deviceNum}}
-
-
-
-
-
-
- 预约时间
-
- {{info.classTime}}
-
-
-
-
- 提交预约时间:{{$u.timeFormat(info.createTime, 'yyyy-mm-dd hh:MM:ss')}}
- 取消时间:{{ $u.timeFormat(info.cancelTime, 'yyyy-mm-dd hh:MM:ss')}}
- 完成时间:{{$u.timeFormat(info.signOutTime, 'yyyy-mm-dd hh:MM:ss')}}
- 核销人员:目前没有字段
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pages/mineEntry/myAppointment/detail/opera.vue b/pages/mineEntry/myAppointment/detail/opera.vue
index 082ca4a..46b3b3a 100644
--- a/pages/mineEntry/myAppointment/detail/opera.vue
+++ b/pages/mineEntry/myAppointment/detail/opera.vue
@@ -18,7 +18,7 @@
-
+
预约教练
@@ -27,7 +27,7 @@
-
+
预约车辆
@@ -36,7 +36,7 @@
-
+
预约日期
@@ -45,7 +45,7 @@
-
+
预约时段
diff --git a/pages/mineEntry/myAppointment/myAppointment.vue b/pages/mineEntry/myAppointment/myAppointment.vue
index 306d891..38b22c9 100644
--- a/pages/mineEntry/myAppointment/myAppointment.vue
+++ b/pages/mineEntry/myAppointment/myAppointment.vue
@@ -10,7 +10,7 @@
{{total}}条记录
-
+
diff --git a/pages/mineEntry/myForecastName/myForecastName.vue b/pages/mineEntry/myForecastName/myForecastName.vue
index c78f89f..f91307e 100644
--- a/pages/mineEntry/myForecastName/myForecastName.vue
+++ b/pages/mineEntry/myForecastName/myForecastName.vue
@@ -53,6 +53,7 @@
console.log(res)
},
itemClickFn(item) {
+ return this.$goPage('/pages/indexEntry/enroll/payment/payment?trainingApplyId='+ item.trainingApplyId)
if(item.applyStep==3) {
this.$goPage('/pages/indexEntry/enroll/signContract/signContract?schoolId='+item.trainingSchoolId+'&trainingApplyId='+ item.trainingApplyId)
}else if(item.applyStep==4) {
diff --git a/static/images/car/coachIcon.png b/static/images/car/coachIcon.png
new file mode 100644
index 0000000..2e42cec
Binary files /dev/null and b/static/images/car/coachIcon.png differ