新增邀请码

This commit is contained in:
weipengfei 2023-11-14 14:48:41 +08:00
parent e19212c632
commit b55a573aa8

View File

@ -123,6 +123,19 @@
</view> </view>
</view> </view>
</view> </view>
<view class="item">
<view class="uni-list">
<view class="uni-list-cell">
<view class="uni-list-cell-db acea-row row-middle">
<text class="item-name businessBox">邀请码(选填)</text>
<input type="text" maxlength="30" placeholder="请输入邀请码"
v-model="merchantData.invitation_code" @input="validateBtn"
placeholder-class='placeholder' />
</view>
</view>
</view>
</view>
<view class="item"> <view class="item">
<view class="uni-list"> <view class="uni-list">
<view class="uni-list-cell"> <view class="uni-list-cell">
@ -337,7 +350,8 @@
classification: '', classification: '',
social_credit_code: '', social_credit_code: '',
company_name: '', company_name: '',
address: '' address: '',
invitation_code: '',
}, },
validate: false, validate: false,
successful: false, successful: false,
@ -565,6 +579,7 @@
this.merchantData.social_credit_code = resData.social_credit_code this.merchantData.social_credit_code = resData.social_credit_code
this.merchantData.company_name = resData.company_name this.merchantData.company_name = resData.company_name
this.merchantData.address = resData.address this.merchantData.address = resData.address
this.merchantData.invitation_code = resData.invitation_code
this.merchantData.classification = resData.merchant_category_id this.merchantData.classification = resData.merchant_category_id
this.merchantData.mer_type = resData.mer_type_id this.merchantData.mer_type = resData.mer_type_id
this.area_id = resData.area_id this.area_id = resData.area_id
@ -844,6 +859,7 @@
code: that.merchantData.yanzhengma, code: that.merchantData.yanzhengma,
company_name: that.merchantData.company_name, company_name: that.merchantData.company_name,
address: that.merchantData.address, address: that.merchantData.address,
invitation_code: that.merchantData.invitation_code,
social_credit_code: that.merchantData.social_credit_code, social_credit_code: that.merchantData.social_credit_code,
merchant_category_id: that.merchantData.classification, merchant_category_id: that.merchantData.classification,
merchant_category_name: that.mer_classification, merchant_category_name: that.mer_classification,