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