From ff6ad305c51376c9ca4ed2cfa89d39a0531bdee5 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Wed, 13 May 2026 15:20:28 +0800 Subject: [PATCH] no message --- components/custom-tabs.vue | 2 +- pages/home/index.vue | 6 +++--- root/detail/job.vue | 2 +- root/person/downpage.vue | 20 +------------------- 4 files changed, 6 insertions(+), 24 deletions(-) diff --git a/components/custom-tabs.vue b/components/custom-tabs.vue index 72cd191..e0f7f12 100644 --- a/components/custom-tabs.vue +++ b/components/custom-tabs.vue @@ -131,7 +131,7 @@ export default { .tab-active-line { position: absolute; - bottom: 0; + bottom: 5px; left: 50%; transform: translateX(-50%); width: 40rpx; diff --git a/pages/home/index.vue b/pages/home/index.vue index 572ce45..834ac18 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -819,7 +819,7 @@ export default { recruitmentValue: item.recruitment == 1 ? true : false, fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType), newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ? - (item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upAgencyName || item.upProviderName) : item.agencyName) : + (item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) : '' }; }); @@ -891,7 +891,7 @@ export default { priceStr: item.salaryClassify != 7 ? that.G.getSalaryClassifyValue(item.salaryClassify, item.salaryClassifyValue) : "月薪", gender: that.G.getGenderByMinAge(item), newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ? - (item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upAgencyName || item.upProviderName) : item.agencyName) : + (item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) : '' }; }), @@ -910,7 +910,7 @@ export default { recruitmentValue: item.recruitment == 1 ? true : false, fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType), newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ? - (item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upAgencyName || item.upProviderName) : item.agencyName) : + (item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) : '' }; }), diff --git a/root/detail/job.vue b/root/detail/job.vue index 4dba4a5..3039487 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -1001,7 +1001,7 @@ export default { // that.jobDetail.jobName = '三顿饭卡加斯冯老师独立开发技术的返利看打两发慷慨激昂收代理费' that.jobDetail.logo = that.jobDetail.logo.indexOf("http:") > -1 ? that.jobDetail.logo.replace("http:", "https:") : that.jobDetail.logo; that.jobDetail.newXmf = uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ? - (res.agencyId == uni.getStorageSync('apply-agencyId') ? (res.upAgencyName || res.upProviderName) : res.agencyName) : + (res.agencyId == uni.getStorageSync('apply-agencyId') ? (res.upFullName || res.upAgencyName || res.upProviderName) : res.agencyName) : ''; diff --git a/root/person/downpage.vue b/root/person/downpage.vue index d33ff05..c181330 100644 --- a/root/person/downpage.vue +++ b/root/person/downpage.vue @@ -1,31 +1,13 @@