From d956aeb1c4ccce7d7f63951e6015430dca3fe827 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Wed, 13 Sep 2023 18:38:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=86=9C=E4=BA=8B=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/massif/add_farming.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/massif/add_farming.vue b/pages/massif/add_farming.vue index d3d1427..aea5b5b 100644 --- a/pages/massif/add_farming.vue +++ b/pages/massif/add_farming.vue @@ -360,9 +360,9 @@ export default { }else if(/^施肥$|^用药$/.test(this.formData.farmingType) && this.formData.inputList.length<=0){ uni.showToast({title:"请添加农资!",icon:"none"}) return false - }else if(/^用药$/.test(this.formData.farmingType) && !this.formData.farmPests){ - uni.showToast({title:"请添加病虫害记录!",icon:"none"}) - return false + // }else if(/^用药$/.test(this.formData.farmingType) && !this.formData.farmPests){ + // uni.showToast({title:"请添加病虫害记录!",icon:"none"}) + // return false } return true },