更改签约和服务预约

This commit is contained in:
闫晓茹 2023-11-13 15:46:38 +08:00
parent 14ff1bd760
commit 4efa42d5dd
2 changed files with 12 additions and 11 deletions

View File

@ -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: '请输入详细地址',

View File

@ -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({