Fix:4336 【旅居商城小程序】视频需改为非必填

This commit is contained in:
linxi
2025-11-04 13:14:34 +08:00
parent d24c176a89
commit 6ca3e477d6
-13
View File
@@ -79,7 +79,6 @@
</view>
<view class="form-item v12-mt-2">
<view class="title">
<text class="required">* </text>
视频:
</view>
<view class="input">
@@ -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('请选择营业开始时间')