| | |
| | | <view class="list-item-label">联系人身份证</view> |
| | | <view class="list-item-value">{{ form.idcard }}</view> |
| | | </view> |
| | | <view class="list-item"> |
| | | <view class="list-item-label">支付宝账号</view> |
| | | <view class="list-item-value">{{ form.aliAccount }}</view> |
| | | </view> |
| | | <view class="list-item"> |
| | | <view class="list-item-label">支付宝姓名</view> |
| | | <view class="list-item-value">{{ form.aliName }}</view> |
| | | </view> |
| | | <template v-if="form.companyType === 0"> |
| | | <view class="list-item"> |
| | | <view class="list-item-label">支付宝账号</view> |
| | | <view class="list-item-value">{{ form.aliAccount }}</view> |
| | | </view> |
| | | </template> |
| | | <template v-if="form.companyType === 0"> |
| | | <view class="list-item"> |
| | | <view class="list-item-label">支付宝姓名</view> |
| | | <view class="list-item-value">{{ form.aliName }}</view> |
| | | </view> |
| | | </template> |
| | | <view class="list-item" style="flex-direction: column; align-items: flex-start;"> |
| | | <view class="list-item-label" style="margin-bottom: 30rpx;">{{form.companyType === 0 ? '身份证正反面' : '法人身份证正反面'}}</view> |
| | | <view class="idcard"> |
| | |
| | | <view class="list-item-value">{{ form.aliAccount }}</view> |
| | | </view> |
| | | <view class="list-item"> |
| | | <view class="list-item-label">支付宝姓名</view> |
| | | <view class="list-item-value">{{ form.aliName }}</view> |
| | | </view> |
| | | <view class="list-item"> |
| | | <view class="list-item-label">法人身份证号</view> |
| | | <view class="list-item-value">{{ form.legalPersonCard }}</view> |
| | | </view> |
| | |
| | | legalPersonCardNo: '', |
| | | businessImg: '', |
| | | depositAmount: '', |
| | | aliName: '' |
| | | aliName: '', |
| | | legalPersonCard: '' |
| | | }, |
| | | imgPrefix: '', |
| | | statusText: '平台审核中', |
| | |
| | | this.form.idcard = data.idcard || '' |
| | | this.form.aliAccount = data.aliAccount || '' |
| | | this.form.legalPersonName = data.legalPersonName || '' |
| | | // this.form.legalPersonCardNo = data.legalPersonCard || '' |
| | | this.form.legalPersonCardNo = data.legalPersonCard || '' |
| | | this.form.legalPersonCard = data.legalPersonCard || '' |
| | | |
| | | this.form.idcardImgUrl = data.idcardImgUrl || '' |
| | | this.form.idcardImgBackUrl = data.idcardImgBackUrl || '' |