This commit is contained in:
lik
2026-06-04 09:14:50 +08:00
parent c121ebdb94
commit 535827b17b
19 changed files with 1648 additions and 251 deletions

View File

@@ -237,15 +237,13 @@ Page({
escort: {
serviceId: service.id,
serviceName: service.title,
sexRequirement: sex
},
hospital: {
province: province,
name: hospital.trim(),
department: department.trim(),
},
attendant: {
sex: sex,
},
schedule: {
date: appointmentDate,
startTime: appointmentTime
@@ -274,6 +272,7 @@ Page({
showOrderPopup: false
})
this.resetForm()
wx.navigateTo({url: '/pages/escort/recordlist?tab=pending'})
} else {
wx.showToast({
title: data.msg || '下单失败',