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;