diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue
index 5a88fce..87d6bfc 100644
--- a/pages/store/settled/index.vue
+++ b/pages/store/settled/index.vue
@@ -123,6 +123,19 @@
+
+
+
+
+ 邀请码(选填)
+
+
+
+
+
+
@@ -337,7 +350,8 @@
classification: '',
social_credit_code: '',
company_name: '',
- address: ''
+ address: '',
+ invitation_code: '',
},
validate: false,
successful: false,
@@ -565,6 +579,7 @@
this.merchantData.social_credit_code = resData.social_credit_code
this.merchantData.company_name = resData.company_name
this.merchantData.address = resData.address
+ this.merchantData.invitation_code = resData.invitation_code
this.merchantData.classification = resData.merchant_category_id
this.merchantData.mer_type = resData.mer_type_id
this.area_id = resData.area_id
@@ -844,6 +859,7 @@
code: that.merchantData.yanzhengma,
company_name: that.merchantData.company_name,
address: that.merchantData.address,
+ invitation_code: that.merchantData.invitation_code,
social_credit_code: that.merchantData.social_credit_code,
merchant_category_id: that.merchantData.classification,
merchant_category_name: that.mer_classification,