This commit is contained in:
parent
3e93875e98
commit
e226d2936d
|
|
@ -565,20 +565,20 @@
|
|||
|
||||
},
|
||||
submit() {
|
||||
if (!this.pointPosition1.point) {
|
||||
uni.showToast({
|
||||
title: `请选择设备${this.pointPosition1.id}地址`,
|
||||
icon: "none"
|
||||
})
|
||||
return
|
||||
}
|
||||
if (!this.pointPosition2.point) {
|
||||
uni.showToast({
|
||||
title: `请选择设备${this.pointPosition2.id}地址`,
|
||||
icon: "none"
|
||||
})
|
||||
return
|
||||
}
|
||||
// if (!this.pointPosition1.point) {
|
||||
// uni.showToast({
|
||||
// title: `请选择设备${this.pointPosition1.id}地址`,
|
||||
// icon: "none"
|
||||
// })
|
||||
// return
|
||||
// }
|
||||
// if (!this.pointPosition2.point) {
|
||||
// uni.showToast({
|
||||
// title: `请选择设备${this.pointPosition2.id}地址`,
|
||||
// icon: "none"
|
||||
// })
|
||||
// return
|
||||
// }
|
||||
if (!this.Distance) {
|
||||
uni.showToast({
|
||||
title: `请输入区间距离`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue