Fix:4931 【商城小程序】商家微信改为非必填(当前是必填项)

This commit is contained in:
LinCyJang
2026-03-23 22:53:24 +08:00
parent 2084dc9969
commit b37b2bf4b8
+5 -5
View File
@@ -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,