v1.1.0
This commit is contained in:
@@ -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 || '下单失败',
|
||||
|
||||
Reference in New Issue
Block a user