Fix:4336 【旅居商城小程序】视频需改为非必填
This commit is contained in:
@@ -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('请选择营业开始时间')
|
||||
|
||||
Reference in New Issue
Block a user