no message

cyl/job_im
jscyl13849007907 3 weeks ago
parent 80cc49e012
commit a1d15f416e

@ -55,7 +55,7 @@
<view class="g_flex_none g_flex_row_between g_mt_6">
<view class="g_flex_row_between flex_center g_fs_14 g_flex_1" style="color: rgba(0, 0, 0, 0.45)">
<view class="g_ell_1" style="max-width: 250px">
<view class="" style=""> {{ item.district }}{{ item.district ? "丨" : "" }}{{ item.gender + "丨" + item.age }} </view>
<view class="" style=""> {{ item.newadd }}{{ item.newadd ? "丨" : "" }}{{ item.gender + "丨" + item.age }} </view>
</view>
<view class="">
{{ item.distance && item.storeDistrict ? item.distance : "" }}

@ -859,7 +859,8 @@ export default {
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) :
''
'',
newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr)
};
});
if (that.tabInfo.active == 1 && resData.recordList && resData.recordList.length < that.query.size) {
@ -931,7 +932,8 @@ export default {
gender: that.G.getGenderByMinAge(item),
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) :
''
'',
newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr)
};
}),
);
@ -950,7 +952,8 @@ export default {
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) :
''
'',
newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr)
};
}),
);

@ -1345,6 +1345,7 @@
Math.ceil(item.liuNum / 10);
item.cus_price = item.salaryClassify != 7 ? that.G.getSalaryClassifyValueHtml(item
.salaryClassify, item.salaryClassifyValue) : "月薪";
item.newadd = that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr);
})
callback(resData.recordList)
});

@ -1121,8 +1121,12 @@ export default {
if (!res.hasOwnProperty("storeJobDetail")) {
res.storeJobDetail = {};
}
res.addss = that.G.setJobInfoPositionv3(res.storeAddr);
if(!res.storeDistrict && !res.storeAddr){
res.addss = '';
}else{
res.addss = that.G.setJobInfoPositionv3(res.storeDistrict || res.storeAddr);
}
// console.log("1------", res);
that.isPerson = res.agencyId == uni.getStorageSync("apply-agencyId") ? true : false;
// res.serverPrice = that.G.setReturnFee(res.returnFee, res.returnFeeType);

@ -694,6 +694,7 @@ export default {
cus_price: item.salaryClassify != 7 ? that.G.getSalaryClassifyValueHtml(item.salaryClassify, item.salaryClassifyValue) : "月薪",
gender: that.G.getGenderByMinAge(item),
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr)
};
});
// console.log("that.query.list", that.query.list);
@ -708,6 +709,7 @@ export default {
cus_price: item.salaryClassify != 7 ? that.G.getSalaryClassifyValueHtml(item.salaryClassify, item.salaryClassifyValue) : "月薪",
gender: that.G.getGenderByMinAge(item),
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr)
};
})
);

@ -148,6 +148,7 @@ 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)
};
})
: [];
@ -161,6 +162,7 @@ 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)
};
})
: []

@ -119,6 +119,7 @@ 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)
};
})
: [];
@ -131,6 +132,7 @@ 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)
};
})
: []

Loading…
Cancel
Save