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('请选择营业开始时间')