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