From ee967fa8d4fdb72588ad5eef10e165db05823ff8 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Wed, 20 May 2026 15:57:12 +0800 Subject: [PATCH] no message --- root/detail/job.vue | 44 +++++++++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 15 deletions(-) diff --git a/root/detail/job.vue b/root/detail/job.vue index 421f231..2874b44 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -75,27 +75,33 @@ - - - {{ jobDetail.priceStr }} + + + + {{ jobDetail.priceStr }} + + + {{ jobDetail.monthPay ? "丨" + jobDetail.monthPay : "" }} + - - {{ jobDetail.monthPay ? "丨" + jobDetail.monthPay : "" }} + + 招聘人数:{{ Math.floor(Math.random() * 81) + 280 }}人 -
- - - +
+ + + 工作地点 - - + + {{ jobDetail.storeAddr || "-" }} - - + + @@ -183,7 +189,14 @@ - +
+
+ 信息来源 +
+
+ {{ fullName || "-" }} +
+
@@ -488,6 +501,7 @@ export default { }, data() { return { + fullName:uni.getStorageSync("miniApp-info") && uni.getStorageSync("miniApp-info").fullName, isfensi:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").isfensi, isAgency:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").agencyId, isJm:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").agencyId && uni.getStorageSync("apply-userinfo").agencyId == '114827', @@ -2145,7 +2159,7 @@ page { padding-top: 12px; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); - min-height: 100px; + min-height: 120px; } .pop-container { position: fixed;