This commit is contained in:
管理员 2025-09-12 18:39:43 +08:00
parent 3e93875e98
commit e226d2936d
1 changed files with 14 additions and 14 deletions

View File

@ -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: `请输入区间距离`,