From 8d84ef8a5fc281235d48ee2cd5e5010434769d40 Mon Sep 17 00:00:00 2001 From: ChuShiZ Date: Mon, 23 Sep 2024 21:17:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=85=E5=A1=AB=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/rescue/initiate.vue | 56 +++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/pages/rescue/initiate.vue b/pages/rescue/initiate.vue index 11e0dcc..ba90910 100644 --- a/pages/rescue/initiate.vue +++ b/pages/rescue/initiate.vue @@ -355,34 +355,34 @@ return } - if (this.connectionName == "") { - uni.showToast({ - title: '联系人不能为空', - icon: 'none' - }) - return - } - if (this.connectionPhone == "") { - uni.showToast({ - title: '手机号不能为空', - icon: 'none' - }) - return - } - if (!this.licenseNum) { - uni.showToast({ - title: '车牌号不能为空', - icon: 'none' - }) - return - } - if (this.seletedRoad.length === 0) { - uni.showToast({ - title: '未选择路段', - icon: 'none' - }) - return - } + // if (this.connectionName == "") { + // uni.showToast({ + // title: '联系人不能为空', + // icon: 'none' + // }) + // return + // } + // if (this.connectionPhone == "") { + // uni.showToast({ + // title: '手机号不能为空', + // icon: 'none' + // }) + // return + // } + // if (!this.licenseNum) { + // uni.showToast({ + // title: '车牌号不能为空', + // icon: 'none' + // }) + // return + // } + // if (this.seletedRoad.length === 0) { + // uni.showToast({ + // title: '未选择路段', + // icon: 'none' + // }) + // return + // } console.log('this.seletedRoad: ',this.seletedRoad); let data = {