From bfdc358c24b845985cdf334d505bf46ac1902b56 Mon Sep 17 00:00:00 2001
From: xuchao <1151716571@qq.com>
Date: Tue, 3 Feb 2026 17:25:10 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A2=84=E8=A7=88=E7=AE=80?=
=?UTF-8?q?=E5=8E=86=E5=9B=BE=E7=89=87=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packageB/jobFair/detailCom.vue | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/packageB/jobFair/detailCom.vue b/packageB/jobFair/detailCom.vue
index b7bf8a0..7f07e21 100644
--- a/packageB/jobFair/detailCom.vue
+++ b/packageB/jobFair/detailCom.vue
@@ -206,6 +206,14 @@
{{detailObj.politicalAffiliation}}
+
+ 简历图片:
+
+
+ 查看简历图片
+
+
+
@@ -302,6 +310,7 @@
$api
} = inject("globalFunction");
const imgBaseUrl = config.imgBaseUrl;
+ const trainVideoImgUrl = config.trainVideoImgUrl;
const router = useRouter();
const route = useRoute();
const interviewPopup = ref(null);
@@ -311,7 +320,15 @@
const jobFairId = ref("");
const userInfo = ref({});
const isExpanded = ref(false);
-
+ //预览简历照片
+ const previewResume = (url) => {
+ if(url){
+ uni.previewImage({
+ urls: [trainVideoImgUrl+url],
+ current: 0
+ });
+ }
+ };
const publicUrl = config.LCBaseUrl;
onLoad((option) => {
jobFairId.value = option.jobFairId;
@@ -940,6 +957,9 @@
height: 80%;
.flexBox{
display: flex;
+ .previewResume{
+ color:#0088ff
+ }
}
.detail-item1 {
// display: flex;