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