diff --git a/pages/pages/setUp.vue b/pages/pages/setUp.vue index 75753c0..e9d9126 100644 --- a/pages/pages/setUp.vue +++ b/pages/pages/setUp.vue @@ -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: `请输入区间距离`,