Fix:3261 【商城小程序】特色店铺资料填写完成后点击提交会再次出现入驻申请须知

This commit is contained in:
linxi
2025-02-24 17:29:59 +08:00
parent 281249830a
commit 60e473db8a
+1 -4
View File
@@ -439,10 +439,7 @@ export default {
this.form.areaId = values.district.id
},
onSubmit() {
if(!this.isAgree) {
this.show = true
return
}
this.$refs.wholesalerForm.validate().then(res => {
// 校验通过
saveWholesaler(this.form).then(res => {