diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index 87d6bfc..4a64586 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -630,7 +630,8 @@ let idx = e.target.value this.merchantData.mer_type = this.storeTypeArr[idx]['mer_type_id'] this.mer_storeType = this.storeTypeArr[idx]['type_name'] - console.log(this.storeTypeArr[idx]['type_code'] == "TypeStore") + // console.log(this.storeTypeArr[idx]['type_code'] == "TypeStore") + // console.log(this.merchantData.mer_type) if(this.storeTypeArr[idx]['type_code']== 'TypeStore'&&this.merchantData.mer_type){ this.shoplist('mer_services_agree') }else{ @@ -910,8 +911,8 @@ } }, formSubmit() { - console.log('sss'); if (this.validateForm() && this.validate) { + if (this.merchantData.mer_type == '12') return this.agree(); if (this.codenote.length == 0) { this.isshow = true this.countDown()