必填调整

This commit is contained in:
ChuShiZ 2024-09-23 21:17:27 +08:00
parent 2706f346f1
commit 8d84ef8a5f

View File

@ -355,34 +355,34 @@
return
}
if (this.connectionName == "") {
uni.showToast({
title: '联系人不能为空',
icon: 'none'
})
return
}
if (this.connectionPhone == "") {
uni.showToast({
title: '手机号不能为空',
icon: 'none'
})
return
}
if (!this.licenseNum) {
uni.showToast({
title: '车牌号不能为空',
icon: 'none'
})
return
}
if (this.seletedRoad.length === 0) {
uni.showToast({
title: '未选择路段',
icon: 'none'
})
return
}
// if (this.connectionName == "") {
// uni.showToast({
// title: '',
// icon: 'none'
// })
// return
// }
// if (this.connectionPhone == "") {
// uni.showToast({
// title: '',
// icon: 'none'
// })
// return
// }
// if (!this.licenseNum) {
// uni.showToast({
// title: '',
// icon: 'none'
// })
// return
// }
// if (this.seletedRoad.length === 0) {
// uni.showToast({
// title: '',
// icon: 'none'
// })
// return
// }
console.log('this.seletedRoad: ',this.seletedRoad);
let data = {