|
@@ -793,15 +793,15 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
submitStep5Form() {
|
|
|
- if (!this.qrcode1_url) {
|
|
|
- return this.$errorMsg('请上传小程序图片');
|
|
|
- }
|
|
|
+ // if (!this.qrcode1_url) {
|
|
|
+ // return this.$errorMsg('请上传小程序图片');
|
|
|
+ // }
|
|
|
if (!this.qrcode2_url) {
|
|
|
return this.$errorMsg('请上传公众号图片');
|
|
|
}
|
|
|
- if (!this.qrcode3_url) {
|
|
|
- return this.$errorMsg('请上传收款二维码图片');
|
|
|
- }
|
|
|
+ // if (!this.qrcode3_url) {
|
|
|
+ // return this.$errorMsg('请上传收款二维码图片');
|
|
|
+ // }
|
|
|
this.formLoading = true;
|
|
|
let params = {
|
|
|
adminUserId: this.id,
|