Fix:4336 【旅居商城小程序】视频需改为非必填
This commit is contained in:
@@ -79,7 +79,6 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="form-item v12-mt-2">
|
<view class="form-item v12-mt-2">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
<text class="required">* </text>
|
|
||||||
视频:
|
视频:
|
||||||
</view>
|
</view>
|
||||||
<view class="input">
|
<view class="input">
|
||||||
@@ -509,22 +508,10 @@ export default {
|
|||||||
uni.$u.toast('请输入公司名称')
|
uni.$u.toast('请输入公司名称')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (!this.form.video) {
|
|
||||||
uni.$u.toast('请上传视频')
|
|
||||||
return
|
|
||||||
}
|
|
||||||
if (!this.form.banner) {
|
if (!this.form.banner) {
|
||||||
uni.$u.toast('请上传轮播图')
|
uni.$u.toast('请上传轮播图')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (!this.form.video) {
|
|
||||||
uni.$u.toast('请上传视频')
|
|
||||||
return
|
|
||||||
}
|
|
||||||
if (!this.form.companyName) {
|
|
||||||
uni.$u.toast('请输入公司名称')
|
|
||||||
return
|
|
||||||
}
|
|
||||||
// 请选择营业时间
|
// 请选择营业时间
|
||||||
if (!this.form.serviceTime) {
|
if (!this.form.serviceTime) {
|
||||||
uni.$u.toast('请选择营业开始时间')
|
uni.$u.toast('请选择营业开始时间')
|
||||||
|
|||||||
Reference in New Issue
Block a user