From edcb55965ab9e6b7be27297588b90f3f61d4ee82 Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Mon, 18 Dec 2023 18:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/carEntry/examineAppointment/comp/step3.vue | 6 +- pages/indexEntry/examines/detail/detail.vue | 7 +- pages/mineEntry/myOrder/detail/comp/refundInfo.vue | 6 +- pages/mineEntry/myOrder/detail/detail.vue | 121 ++++++++++++--------- pages/mineEntry/myOrder/myOrder.vue | 5 + pages/mineEntry/refund/comp/myform.vue | 33 ++++-- pages/userCenter/login/login.vue | 37 ++++++- 7 files changed, 144 insertions(+), 71 deletions(-) diff --git a/pages/carEntry/examineAppointment/comp/step3.vue b/pages/carEntry/examineAppointment/comp/step3.vue index 8b97731..dd86a3d 100644 --- a/pages/carEntry/examineAppointment/comp/step3.vue +++ b/pages/carEntry/examineAppointment/comp/step3.vue @@ -5,7 +5,7 @@ 返回上一步 - 确认预约 + 确认预约 @@ -79,6 +79,10 @@ }, updatedForm(val) { this.$emit('updatedForm',val) + }, + showClick() { + if(!this.FormData.courseIds) return this.$u.toast('请选择预约时间') + this.show = true } } diff --git a/pages/indexEntry/examines/detail/detail.vue b/pages/indexEntry/examines/detail/detail.vue index 5501ca1..ff4bb25 100644 --- a/pages/indexEntry/examines/detail/detail.vue +++ b/pages/indexEntry/examines/detail/detail.vue @@ -95,15 +95,10 @@ // url: '/pages/indexEntry/enroll/enroll?tit=学员信息' // }) // return - if(this.vuex_userInfo.schoolId) { - uni.navigateTo({ - url: '/pages/carEntry/simulateAppointment/simulateAppointment' - }) - } await this.$store.dispatch('getUserInfo') if(this.vuex_userInfo.schoolId) { uni.navigateTo({ - url: '/pages/carEntry/simulateAppointment/simulateAppointment' + url: '/pages/carEntry/examineAppointment/examineAppointment' }) }else { // 非平台学员 diff --git a/pages/mineEntry/myOrder/detail/comp/refundInfo.vue b/pages/mineEntry/myOrder/detail/comp/refundInfo.vue index fb30e84..e5ea5a5 100644 --- a/pages/mineEntry/myOrder/detail/comp/refundInfo.vue +++ b/pages/mineEntry/myOrder/detail/comp/refundInfo.vue @@ -4,15 +4,15 @@ 退款原因 - 个人原因 + {{info.feeReason}} 退款金额 ¥{{$u.utils.priceTo(info.amount)}} - 申请时间:{{ $u.timeFomat(info.createTime, 'yyyy-mm-dd hh:MM:ss')}} - 退款完成时间:{{ $u.timeFomat(info.refundTime, 'yyyy-mm-dd hh:MM:ss')}} + 申请时间:{{ $u.timeFormat(info.createTime, 'yyyy-mm-dd hh:MM:ss')}} + 退款完成时间:{{ $u.timeFormat(info.refundTime, 'yyyy-mm-dd hh:MM:ss')}} 收款信息 diff --git a/pages/mineEntry/myOrder/detail/detail.vue b/pages/mineEntry/myOrder/detail/detail.vue index 80f5971..6ed3599 100644 --- a/pages/mineEntry/myOrder/detail/detail.vue +++ b/pages/mineEntry/myOrder/detail/detail.vue @@ -6,7 +6,8 @@ - {{orderTypeTxt[info.orderType]}} + + {{orderTypeTxt[info.orderType||info.feeType]}} {{ $u.utils.truncateText(info.schoolName, 12) }} @@ -42,7 +43,7 @@ 驾校类型 - 合作驾校 + {{ info.appSchoolType }} @@ -51,7 +52,7 @@ 支付形式 - 全额支付 + {{info.appPayForm}} @@ -60,7 +61,7 @@ 支付方式 - 微信支付 + {{info.appPayType}} @@ -69,122 +70,140 @@ 支付时间 - 2023/08/08 10:00:00 + {{ $u.timeFormat(info.payTime, 'yyyy-mm-dd hh:MM:ss')}} 培训费总价 - + ¥{{$u.utils.priceTo(info.totalAmount)}} - + 实际支付 - ¥2000.02 + ¥{{$u.utils.priceTo(info.payActual)}} 已支付定金 - ¥1000.02 + ¥没字段 待支付尾款 - ¥2000.02 + ¥没字段 - 申请退款 + 申请退款 - +