|
|
|
@ -75,27 +75,33 @@
|
|
|
|
<!-- <view class="g_flex_row_start" v-if="appid == 'wxb0c590fd696b79be' && isUseNewJob">
|
|
|
|
<!-- <view class="g_flex_row_start" v-if="appid == 'wxb0c590fd696b79be' && isUseNewJob">
|
|
|
|
<view v-for="(item, index) in jobDetail.jobRequestLabelNames" :style="{ color: `${labelColor[index % labelColor.length]}`, 'background-color': `${bgColor[index % bgColor.length]}` }" class="g_mr_8 g_mb_4 g_pl_4 g_pr_4 g_c_6 g_bg_f_5"> {{ item }}</view>
|
|
|
|
<view v-for="(item, index) in jobDetail.jobRequestLabelNames" :style="{ color: `${labelColor[index % labelColor.length]}`, 'background-color': `${bgColor[index % bgColor.length]}` }" class="g_mr_8 g_mb_4 g_pl_4 g_pr_4 g_c_6 g_bg_f_5"> {{ item }}</view>
|
|
|
|
</view> -->
|
|
|
|
</view> -->
|
|
|
|
<view class="g_flex_row_start flex_center g_mt_8">
|
|
|
|
<view class="g_flex_row_between g_mt_8">
|
|
|
|
<view class="g_fs_16 g_fw_600 g_c_f40 g_lh_1_2 g_flex_column_center" v-if="jobDetail.priceStr">
|
|
|
|
<view class="g_flex_row_start g_flex_1">
|
|
|
|
{{ jobDetail.priceStr }}
|
|
|
|
<view class="g_fs_16 g_fw_600 g_c_f40 g_lh_1_2 g_flex_column_center" v-if="jobDetail.priceStr">
|
|
|
|
|
|
|
|
{{ jobDetail.priceStr }}
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="g_fs_14 g_c_9" v-if="jobDetail.monthPay && jobDetail.priceStr && jobDetail.priceStr.indexOf('元/月') == -1">
|
|
|
|
|
|
|
|
{{ jobDetail.monthPay ? "丨" + jobDetail.monthPay : "" }}
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="g_fs_14 g_c_9" v-if="jobDetail.monthPay && jobDetail.priceStr && jobDetail.priceStr.indexOf('元/月') == -1">
|
|
|
|
<view class="g_flex_none g_flex_column_center" style="font-size: 14px;color: #666;">
|
|
|
|
{{ jobDetail.monthPay ? "丨" + jobDetail.monthPay : "" }}
|
|
|
|
招聘人数:{{ Math.floor(Math.random() * 81) + 280 }}人
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- 地址 -->
|
|
|
|
<!-- 地址 -->
|
|
|
|
<div>
|
|
|
|
<div v-if="jobDetail.storeAddr">
|
|
|
|
<view class="m-address g_mt_16 g_mb_16 g_pt_10 g_pb_10 g_flex_row_start g_border_e_t g_border_e_b" hover-class="thover" @click="goAddress" v-if="jobDetail.storeLat && jobDetail.storeLng">
|
|
|
|
<view class="m-address g_mt_16 g_mb_16 g_pt_10 g_pb_10 g_flex_row_start g_border_e_t g_border_e_b" hover-class="thover"
|
|
|
|
<view class="g_flex_none g_flex_column_center">
|
|
|
|
@click="goAddress" v-if="jobDetail.storeLat && jobDetail.storeLng">
|
|
|
|
<i class="iconfont icon-dizhi1 g_c_main g_mr_10 g_w_14 g_h_14"></i>
|
|
|
|
<view class="g_flex_none g_flex_column_center" style="font-size: 16px;color: #666;">
|
|
|
|
|
|
|
|
工作地点
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="g_flex_1 g_ml_4 g_mr_4 g_flex_column_center">
|
|
|
|
<view class="g_flex_1 g_ml_12 g_mr_4 g_flex_column_center">
|
|
|
|
<view class="g_fs_16 g_c_3 g_ell_1">
|
|
|
|
<view class="g_fs_16 g_c_3 g_ell_2">
|
|
|
|
{{ jobDetail.storeAddr || "-" }}
|
|
|
|
{{ jobDetail.storeAddr || "-" }}
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="g_flex_none g_flex_column_center">
|
|
|
|
<view class="g_flex_none g_flex_c" style="width: 24px;">
|
|
|
|
<i class="iconfont icon-gengduo11 g_c_9 g_w_14 g_h_14"></i>
|
|
|
|
<i class="iconfont icon-dizhi1 g_c_9 g_w_14 g_h_14 g_c_main" style="font-size: 18px;"></i>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view v-else class="g_border_e_t g_mt_16"></view>
|
|
|
|
<view v-else class="g_border_e_t g_mt_16"></view>
|
|
|
|
@ -183,7 +189,14 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<div class="" style="margin-top: 12px;">
|
|
|
|
|
|
|
|
<div style="font-size: 18px;margin-bottom: 8px;font-weight: 600;">
|
|
|
|
|
|
|
|
信息来源
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style="font-size: 16px;margin-left: 16px;">
|
|
|
|
|
|
|
|
{{ fullName || "-" }}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- 底部固定操作栏 -->
|
|
|
|
<!-- 底部固定操作栏 -->
|
|
|
|
|
|
|
|
|
|
|
|
<g-panel-fixed>
|
|
|
|
<g-panel-fixed>
|
|
|
|
@ -488,6 +501,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
|
|
|
|
fullName:uni.getStorageSync("miniApp-info") && uni.getStorageSync("miniApp-info").fullName,
|
|
|
|
isfensi:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").isfensi,
|
|
|
|
isfensi:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").isfensi,
|
|
|
|
isAgency:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").agencyId,
|
|
|
|
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',
|
|
|
|
isJm:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").agencyId && uni.getStorageSync("apply-userinfo").agencyId == '114827',
|
|
|
|
@ -2145,7 +2159,7 @@ page {
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
|
|
min-height: 100px;
|
|
|
|
min-height: 120px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.pop-container {
|
|
|
|
.pop-container {
|
|
|
|
position: fixed;
|
|
|
|
position: fixed;
|
|
|
|
|