必填调整
This commit is contained in:
parent
2706f346f1
commit
8d84ef8a5f
@ -355,34 +355,34 @@
|
|||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (this.connectionName == "") {
|
// if (this.connectionName == "") {
|
||||||
uni.showToast({
|
// uni.showToast({
|
||||||
title: '联系人不能为空',
|
// title: '联系人不能为空',
|
||||||
icon: 'none'
|
// icon: 'none'
|
||||||
})
|
// })
|
||||||
return
|
// return
|
||||||
}
|
// }
|
||||||
if (this.connectionPhone == "") {
|
// if (this.connectionPhone == "") {
|
||||||
uni.showToast({
|
// uni.showToast({
|
||||||
title: '手机号不能为空',
|
// title: '手机号不能为空',
|
||||||
icon: 'none'
|
// icon: 'none'
|
||||||
})
|
// })
|
||||||
return
|
// return
|
||||||
}
|
// }
|
||||||
if (!this.licenseNum) {
|
// if (!this.licenseNum) {
|
||||||
uni.showToast({
|
// uni.showToast({
|
||||||
title: '车牌号不能为空',
|
// title: '车牌号不能为空',
|
||||||
icon: 'none'
|
// icon: 'none'
|
||||||
})
|
// })
|
||||||
return
|
// return
|
||||||
}
|
// }
|
||||||
if (this.seletedRoad.length === 0) {
|
// if (this.seletedRoad.length === 0) {
|
||||||
uni.showToast({
|
// uni.showToast({
|
||||||
title: '未选择路段',
|
// title: '未选择路段',
|
||||||
icon: 'none'
|
// icon: 'none'
|
||||||
})
|
// })
|
||||||
return
|
// return
|
||||||
}
|
// }
|
||||||
console.log('this.seletedRoad: ',this.seletedRoad);
|
console.log('this.seletedRoad: ',this.seletedRoad);
|
||||||
|
|
||||||
let data = {
|
let data = {
|
||||||
|
Loading…
Reference in New Issue
Block a user