no message

cyl/job_im_cus
jscyl13849007907 3 weeks ago
parent cf35134ba5
commit 6658349c63

@ -22,11 +22,11 @@ export default {
// themeColor: "#00B666", // themeColor: "#00B666",
// themeBackgroundColor: "#00B66621", // themeBackgroundColor: "#00B66621",
// themeColor: "#fea702", themeColor: "#fea702",
// themeBackgroundColor: "#fea70221", themeBackgroundColor: "#fea70221",
themeColor: "#2FC67D", // themeColor: "#2FC67D",
themeBackgroundColor: "#2FC67D21", // themeBackgroundColor: "#2FC67D21",
logo: "", logo: "",
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN

@ -41,7 +41,7 @@ export default {
data() { data() {
return { return {
currentIndex: 0, currentIndex: 0,
activeColor: getApp().globalData.themeColor || '#2FC67D', activeColor: getApp().globalData.themeColor || '#fea702',
inactiveColor: '#606266', inactiveColor: '#606266',
watcherTimer: null, watcherTimer: null,
tabList: [ tabList: [

@ -124,7 +124,7 @@
> >
<view class="g_flex_row_start flex_center" > <view class="g_flex_row_start flex_center" >
<view class="g_c_6 g_fs_12 g_pr_4 g_radius_4 g_flex_row_start flex_center" style="background: #f1faff"> <view class="g_c_6 g_fs_12 g_pr_4 g_radius_4 g_flex_row_start flex_center" style="background: #f1faff">
<img class="g_w_36 g_h_20 g_mr_4" src="https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/bocaigongyinglian/xmf.svg" alt="" /> <img class="g_w_36 g_h_20 g_mr_4" data-use="1" src="https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/bocaigongyinglian/xmf.svg" alt="" />
<view> <view>
{{ item.newXmf || "-" }} {{ item.newXmf || "-" }}
</view> </view>

@ -137,7 +137,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxfab5320942daaafa", "appid" : "wx15bc9c758f4eb129",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : true, "es6" : true,

@ -859,7 +859,7 @@
"uniIdRouter": {}, "uniIdRouter": {},
"tabBar": { "tabBar": {
"color": "#606266", "color": "#606266",
"selectedColor": "#2FC67D", "selectedColor": "#fea702",
"borderStyle": "black", "borderStyle": "black",
"backgroundColor": "#ffffff", "backgroundColor": "#ffffff",
"custom": true, "custom": true,

@ -1052,8 +1052,8 @@ export default {
recruitmentValue: item.recruitment == 1 ? true : false, recruitmentValue: item.recruitment == 1 ? true : false,
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType), fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ? newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) : (item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName || '金马人力') : (item.agencyName || '金马人力')) :
'', '金马人力',
newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr) newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr)
}; };
}); });
@ -1125,8 +1125,8 @@ export default {
priceStr: item.salaryClassify != 7 ? that.G.getSalaryClassifyValue(item.salaryClassify, item.salaryClassifyValue) : "月薪", priceStr: item.salaryClassify != 7 ? that.G.getSalaryClassifyValue(item.salaryClassify, item.salaryClassifyValue) : "月薪",
gender: that.G.getGenderByMinAge(item), gender: that.G.getGenderByMinAge(item),
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ? newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) : (item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName || '金马人力') : (item.agencyName || '金马人力')) :
'', '金马人力',
newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr) newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr)
}; };
}), }),
@ -1146,7 +1146,7 @@ export default {
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType), fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ? newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) : (item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) :
'', '金马人力',
newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr) newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr)
}; };
}), }),

@ -77,7 +77,7 @@
</view> </view>
<view class="g_border_e_t g_p_8 g_flex_row_between flex_center" v-if="userinfo.corpUserFlag && false"> <view class="g_border_e_t g_p_8 g_flex_row_between flex_center" v-if="userinfo.corpUserFlag && false">
<view class="g_c_6 g_fs_12 g_pr_4 g_radius_4 g_flex_row_start flex_center" style="background: #f1faff"> <view class="g_c_6 g_fs_12 g_pr_4 g_radius_4 g_flex_row_start flex_center" style="background: #f1faff">
<img class="g_w_33 g_h_22 g_mr_4" src="https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/bocaigongyinglian/xmf.svg" alt="" /> <img class="g_w_33 g_h_22 g_mr_4" data-use="2" src="https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/bocaigongyinglian/xmf.svg" alt="" />
{{ item.supplierName || "-" }} {{ item.supplierName || "-" }}
</view> </view>
</view> </view>

@ -1215,7 +1215,7 @@ export default {
that.jobDetail.logo = that.jobDetail.logo.indexOf("http:") > -1 ? that.jobDetail.logo.replace("http:", "https:") : that.jobDetail.logo; 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') ? that.jobDetail.newXmf = uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
(res.agencyId == uni.getStorageSync('apply-agencyId') ? (res.upFullName || res.upAgencyName || res.upProviderName) : res.agencyName) : (res.agencyId == uni.getStorageSync('apply-agencyId') ? (res.upFullName || res.upAgencyName || res.upProviderName) : res.agencyName) :
''; '金马人力';

@ -153,7 +153,7 @@ export default {
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType), fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ? newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) : (item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) :
'', '金马人力',
}; };
}) })
: []; : [];
@ -171,7 +171,7 @@ export default {
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType), fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ? newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) : (item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) :
'', '金马人力',
}; };
}) })
: [] : []

@ -74,7 +74,7 @@
</view> </view>
</view> </view>
<view class="g_c_6 g_fs_12 g_pr_4 g_radius_4 g_flex_row_start flex_center" style="background: #f1faff" v-if="userinfo.agencyId == item.agencyId"> <view class="g_c_6 g_fs_12 g_pr_4 g_radius_4 g_flex_row_start flex_center" style="background: #f1faff" v-if="userinfo.agencyId == item.agencyId">
<img class="g_w_36 g_h_20 g_mr_4" src="https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/bocaigongyinglian/xmf.svg" alt="" /> <img class="g_w_36 g_h_20 g_mr_4" data-use="3" src="https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/bocaigongyinglian/xmf.svg" alt="" />
<view> <view>
{{ item.upFullName || item.upAgencyName || item.upProviderName || "-" }} {{ item.upFullName || item.upAgencyName || item.upProviderName || "-" }}
</view> </view>

Loading…
Cancel
Save