Fix:4931 【商城小程序】商家微信改为非必填(当前是必填项)
This commit is contained in:
@@ -360,7 +360,7 @@
|
|||||||
<u-divider />
|
<u-divider />
|
||||||
<view class="form-item v12-mt-2 v12-d-flex v12-justify-start v12-align-center">
|
<view class="form-item v12-mt-2 v12-d-flex v12-justify-start v12-align-center">
|
||||||
<view class="title">
|
<view class="title">
|
||||||
<text class="required">* </text>
|
<!-- <text class="required">* </text> -->
|
||||||
商家微信
|
商家微信
|
||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
@@ -695,10 +695,10 @@ export default {
|
|||||||
uni.$u.toast('请输入验证码')
|
uni.$u.toast('请输入验证码')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (!this.form.wechat) {
|
// if (!this.form.wechat) {
|
||||||
uni.$u.toast('请输入联系微信')
|
// uni.$u.toast('请输入联系微信')
|
||||||
return
|
// return
|
||||||
}
|
// }
|
||||||
const params = {
|
const params = {
|
||||||
experienceStoreInfo: { ...this.form },
|
experienceStoreInfo: { ...this.form },
|
||||||
partnerId: this.partnerId,
|
partnerId: this.partnerId,
|
||||||
|
|||||||
Reference in New Issue
Block a user