MrShi
2026-04-30 0fc9c0d48dccf86855a1210d97649dde38422a92
small-program/pages/details-entry/details-entry.vue
@@ -47,6 +47,10 @@
               <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>
         <template v-if="form.companyType === 1">
            <view class="list-item">
@@ -57,6 +61,10 @@
               <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>
         <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>