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