no message

cyl/job_im
jscyl13849007907 3 weeks ago
parent 1cc76033a8
commit 71ae108a5b

@ -83,7 +83,7 @@
{{ jobDetail.monthPay ? "丨" + jobDetail.monthPay : "" }}
</view>
</view>
<view class="g_flex_none g_flex_column_center" style="font-size: 14px;color: #666;">
<view class="g_flex_none g_flex_column_center" style="font-size: 12px;color: #999999;">
招聘人数{{ recruitNum }}
</view>
</view>
@ -287,6 +287,10 @@
</g-panel-fixed>
</view>
</view>
<div class="other-dom" style="margin-top: 12px;background-color: #fff;border-radius: 8px;">
<div class="g_flex_row_start" style="padding: 10px 12px 0;">
<div style="font-size: 16px;color: #666;" class="g_flex_none g_flex_column_center">
@ -305,6 +309,20 @@
</div>
</div>
</div>
<div class="other-dom" style="margin-top: 12px;background-color: #fff;border-radius: 8px;">
<div class="g_flex_row_start" style="padding: 10px 16px;font-size: 17px;font-weight: bold;border-bottom: 1px solid #eee;">
业小满安全提示
</div>
<div class="" style="padding: 8px 10px 10px;color: rgba(102, 102, 102, 1);font-size: 12px;">
业小满严禁用人单位和招聘者用户做出任何损害求职者合法权益的违法违规行为包括但不限于扣押求职者证件收取求职者财物向求职者集资让求职者入股诱导求职者异地入职异地参加培训违法违规使用求职者简历等您一旦发现此类行为 <text style="color: rgba(87, 107, 149, 1)" @click="goReport"></text>
</div>
</div>
<view class="g_h_104s"></view>
<view class="g_pt_10 pop-container" :class="showServicePop ? 'show' : ''" v-if="false">
<view class="g_p_8 g_bg_f g_border_e">
@ -512,7 +530,7 @@ export default {
},
data() {
return {
fullName:uni.getStorageSync("miniApp-info") && uni.getStorageSync("miniApp-info").fullName,
fullName:uni.getStorageSync("miniApp-info") && uni.getStorageSync("miniApp-info").agencyName,
isfensi:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").isfensi,
isAgency:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").agencyId,
isJm:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").agencyId && uni.getStorageSync("apply-userinfo").agencyId == '114827',
@ -755,6 +773,11 @@ export default {
},
methods: {
goReport() {
uni.navigateTo({
url: "/root/person/feedback",
});
},
//
calcValidEndTime() {
let now = new Date();

Loading…
Cancel
Save