From b55a573aa884fb2ecfffb22e16bde36d58b2e7ec Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Tue, 14 Nov 2023 14:48:41 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=82=80=E8=AF=B7=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/store/settled/index.vue | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
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,