doum
2026-04-29 33c2164b1785a4b3c128f71ff577a989e2d91bdc
small-program/pages/details-entry/details-entry.vue
@@ -42,14 +42,18 @@
            <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">
@@ -113,6 +117,10 @@
               <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>
@@ -164,7 +172,8 @@
               legalPersonCardNo: '',
               businessImg: '',
               depositAmount: '',
               aliName: ''
               aliName: '',
               legalPersonCard: ''
            },
            imgPrefix: '',
            statusText: '平台审核中',
@@ -259,7 +268,8 @@
                  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 || ''