From a59ff44b2eaa7020f0529632d9ec064c4dc38e27 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 28 四月 2026 22:08:46 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun

---
 small-program/pages/details-entry/details-entry.vue |   29 +++++++++++------------------
 1 files changed, 11 insertions(+), 18 deletions(-)

diff --git a/small-program/pages/details-entry/details-entry.vue b/small-program/pages/details-entry/details-entry.vue
index b8fe52a..5dd6675 100644
--- a/small-program/pages/details-entry/details-entry.vue
+++ b/small-program/pages/details-entry/details-entry.vue
@@ -51,7 +51,7 @@
 				<view class="list-item-value">{{ form.aliName }}</view>
 			</view>
 			<view class="list-item" style="flex-direction: column; align-items: flex-start;">
-				<view class="list-item-label" style="margin-bottom: 30rpx;">韬唤璇佹鍙嶉潰</view>
+				<view class="list-item-label" style="margin-bottom: 30rpx;">{{form.companyType === 0 ? '韬唤璇佹鍙嶉潰' : '娉曚汉韬唤璇佹鍙嶉潰'}}</view>
 				<view class="idcard">
 					<view class="idcard-image" v-if="form.idcardImg" @click="previewImage(form.idcardImg)">
 						<image :src="getFullPath(form.idcardImg)" mode="aspectFill"></image>
@@ -114,18 +114,7 @@
 				</view>
 				<view class="list-item">
 					<view class="list-item-label">娉曚汉韬唤璇佸彿</view>
-					<view class="list-item-value">{{ form.legalPersonCardNo }}</view>
-				</view>
-				<view class="list-item" style="flex-direction: column; align-items: flex-start;">
-					<view class="list-item-label" style="margin-bottom: 30rpx;">娉曚汉韬唤璇佹鍙嶉潰</view>
-					<view class="idcard">
-						<view class="idcard-image" v-if="form.legalPersonCard" @click="previewImage(form.legalPersonCard)">
-							<image :src="getFullPath(form.legalPersonCard)" mode="aspectFill"></image>
-						</view>
-						<view class="idcard-image" v-if="form.legalPersonCardBack" @click="previewImage(form.legalPersonCardBack)">
-							<image :src="getFullPath(form.legalPersonCardBack)" mode="aspectFill"></image>
-						</view>
-					</view>
+					<view class="list-item-value">{{ form.legalPersonCard }}</view>
 				</view>
 				<view class="list-item" style="flex-direction: column; align-items: flex-start;">
 					<view class="list-item-label" style="margin-bottom: 30rpx;">钀ヤ笟鎵х収</view>
@@ -170,8 +159,8 @@
 					laborContractImgs: [],
 					socialSecurityImgs: [],
 					legalPersonName: '',
-					legalPersonCard: '',
-					legalPersonCardBack: '',
+					idcardImgUrl: '',
+					idcardImgBackUrl: '',
 					legalPersonCardNo: '',
 					businessImg: '',
 					depositAmount: '',
@@ -270,7 +259,11 @@
 						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.idcardImgUrl = data.idcardImgUrl || ''
+						this.form.idcardImgBackUrl = data.idcardImgBackUrl || ''
+
 						this.form.aliName = data.aliName || ''
 						if (data.storeFrontImgs) {
 							this.form.storeFrontImgs = typeof data.storeFrontImgs === 'string' ? data.storeFrontImgs.split(',') : data.storeFrontImgs
@@ -289,7 +282,7 @@
 						if (data.socialSecurityImgs) {
 							this.form.socialSecurityImgs = typeof data.socialSecurityImgs === 'string' ? data.socialSecurityImgs.split(',') : data.socialSecurityImgs
 						}
-						this.form.legalPersonCard = data.legalPersonCard || ''
+						// this.form.legalPersonCard = data.legalPersonCard || ''
 						this.form.legalPersonCardBack = data.legalPersonCardBack || ''
 						if (data.auditStatus === 1) {
 							this.form.depositAmount = data.depositAmount / 100 || ''
@@ -347,11 +340,11 @@
 					display: flex;
 					align-items: center;
 					flex-wrap: wrap;
+					gap: 20rpx;
 					.imgItem {
 						width: 144rpx;
 						height: 144rpx;
 						border-radius: 8rpx;
-						gap: 20rpx;
 						overflow: hidden;
 						image {
 							width: 100%;

--
Gitblit v1.9.3