|
|
|
|
@ -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) :
|
|
|
|
|
'',
|
|
|
|
|
};
|
|
|
|
|
})
|
|
|
|
|
: []
|
|
|
|
|
|