更改签约和服务预约
This commit is contained in:
parent
14ff1bd760
commit
4efa42d5dd
@ -259,16 +259,17 @@
|
||||
title: '请选择现住区县',
|
||||
type: 'error',
|
||||
})
|
||||
} else if (!this.query.townName) {
|
||||
this.$refs.uToast.show({
|
||||
title: '请选择乡镇/街道',
|
||||
type: 'error',
|
||||
})
|
||||
} else if (!this.query.committeeName) {
|
||||
this.$refs.uToast.show({
|
||||
title: '请选择村/社区',
|
||||
type: 'error',
|
||||
})
|
||||
// }
|
||||
// else if (!this.query.townName) {
|
||||
// this.$refs.uToast.show({
|
||||
// title: '请选择乡镇/街道',
|
||||
// type: 'error',
|
||||
// })
|
||||
// } else if (!this.query.committeeName) {
|
||||
// this.$refs.uToast.show({
|
||||
// title: '请选择村/社区',
|
||||
// type: 'error',
|
||||
// })
|
||||
} else if (!this.query.address) {
|
||||
this.$refs.uToast.show({
|
||||
title: '请输入详细地址',
|
||||
|
||||
@ -89,7 +89,7 @@
|
||||
this.$refs.uToast.show({
|
||||
title: '预约成功',
|
||||
type: 'success',
|
||||
url: '/pagesC/ServiceAppointment/ServiceAppointment'
|
||||
// url: '/pagesC/ServiceAppointment/ServiceAppointment'
|
||||
})
|
||||
} else if (res.code == '500') {
|
||||
this.$refs.uToast.show({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user