From 6ca3e477d688f4581b4d42bec52144548012b0aa Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 4 Nov 2025 13:14:34 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4336=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E9=9C=80=E6=94=B9=E4=B8=BA=E9=9D=9E=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_join/views/travelResidence.vue | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pkg_join/views/travelResidence.vue b/pkg_join/views/travelResidence.vue index 3aaff9c..8cd27de 100644 --- a/pkg_join/views/travelResidence.vue +++ b/pkg_join/views/travelResidence.vue @@ -79,7 +79,6 @@ - * 视频: @@ -509,22 +508,10 @@ export default { uni.$u.toast('请输入公司名称') return } - if (!this.form.video) { - uni.$u.toast('请上传视频') - return - } if (!this.form.banner) { uni.$u.toast('请上传轮播图') return } - if (!this.form.video) { - uni.$u.toast('请上传视频') - return - } - if (!this.form.companyName) { - uni.$u.toast('请输入公司名称') - return - } // 请选择营业时间 if (!this.form.serviceTime) { uni.$u.toast('请选择营业开始时间')