Feat:入驻新增营业执照名称
This commit is contained in:
@@ -21,6 +21,22 @@
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
<view class="form-item v12-mt-2">
|
||||
<view class="title">
|
||||
<text class="required">* </text>
|
||||
营业执照名称:
|
||||
</view>
|
||||
<view class="input">
|
||||
<u-textarea
|
||||
border="none"
|
||||
:disabled="form.isDraft === 0 && (form.reviewStatus === 0 || form.reviewStatus === 1)"
|
||||
placeholder="请输入营业执照名称"
|
||||
:placeholder-style="inputPlaceholderStyle"
|
||||
v-model="form.businessLicense"
|
||||
autoHeight
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
<view class="form-item v12-mt-2 v12-d-flex v12-justify-start">
|
||||
<view>
|
||||
<view class="title">
|
||||
@@ -580,6 +596,10 @@ export default {
|
||||
uni.$u.toast('请输入名称')
|
||||
return
|
||||
}
|
||||
if (!this.form.businessLicense) {
|
||||
uni.$u.toast('请输入营业执照名称')
|
||||
return
|
||||
}
|
||||
if (!this.form.cover) {
|
||||
uni.$u.toast('请上传主图')
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user