diff --git a/components/list/jobApply.vue b/components/list/jobApply.vue
index d89102c..e9618b9 100644
--- a/components/list/jobApply.vue
+++ b/components/list/jobApply.vue
@@ -28,7 +28,7 @@
-
+
diff --git a/components/list/jobChild/top_old.vue b/components/list/jobChild/top_old.vue
index 6fcc0dc..d95beaa 100644
--- a/components/list/jobChild/top_old.vue
+++ b/components/list/jobChild/top_old.vue
@@ -36,12 +36,26 @@
-
-
-
+
+
+
+
+
+
+ {{ info.fuWuFei || "详询客服" }}
+ {{ "仅代理可见" }}
+
@@ -60,6 +74,7 @@
export default {
data() {
return {
+ isfensi:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").isfensi,
localBaseImg: this.G.store().localBaseImg,
info: {},
corpUserFlag: false,
diff --git a/root/other/search.vue b/root/other/search.vue
index d66fb49..c7dde62 100644
--- a/root/other/search.vue
+++ b/root/other/search.vue
@@ -149,7 +149,11 @@ export default {
leafCateId: item.id,
cus_price: item.salaryClassify != 7 ? that.G.getSalaryClassifyValueHtml(item.salaryClassify, item.salaryClassifyValue) : "月薪",
gender: that.G.getGenderByMinAge(item),
- newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr)
+ newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr),
+ 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.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) :
+ '',
};
})
: [];
@@ -163,7 +167,11 @@ export default {
collected: item.collected ? true : false,
cus_price: item.salaryClassify != 7 ? that.G.getSalaryClassifyValueHtml(item.salaryClassify, item.salaryClassifyValue) : "月薪",
gender: that.G.getGenderByMinAge(item),
- newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr)
+ newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr),
+ 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.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) :
+ '',
};
})
: []