|
|
|
@ -2,9 +2,9 @@
|
|
|
|
<view class="p-root-detail-job g_ml_10 g_mr_10 g_mt_10 g_kuaishou">
|
|
|
|
<view class="p-root-detail-job g_ml_10 g_mr_10 g_mt_10 g_kuaishou">
|
|
|
|
|
|
|
|
|
|
|
|
<view class="g_bg_f g_radius_8 g_mb_10 g_pl_10 g_pr_10" style="width: calc(100% - 0px); margin: 0 auto; margin-bottom: 10px"
|
|
|
|
<view class="g_bg_f g_radius_8 g_mb_10 g_pl_10 g_pr_10" style="width: calc(100% - 0px); margin: 0 auto; margin-bottom: 10px"
|
|
|
|
v-if="isJm"
|
|
|
|
v-if="isAgency || (isJm && jobDetail.newXmf)"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<view class="g_flex_row_between flex_center g_h_57 g_fs_16 g_border_e_b" v-if="jobDetail.newXmf">
|
|
|
|
<view class="g_flex_row_between flex_center g_h_57 g_fs_16 g_border_e_b" v-if="isJm && jobDetail.newXmf">
|
|
|
|
<view class="g_flex_row_start" style="flex: none">
|
|
|
|
<view class="g_flex_row_start" style="flex: none">
|
|
|
|
<view class="g_fw_600 g_mr_4 g_flex_column_center">项目方</view>
|
|
|
|
<view class="g_fw_600 g_mr_4 g_flex_column_center">项目方</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
@ -442,7 +442,7 @@ export default {
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
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").agencyId && uni.getStorageSync("apply-userinfo").agencyId == '114827',
|
|
|
|
isJm:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").agencyId && uni.getStorageSync("apply-userinfo").agencyId == '114827',
|
|
|
|
pushJobChecked: false, // 是否七天内显示
|
|
|
|
pushJobChecked: false, // 是否七天内显示
|
|
|
|
showPushJobPop: false,
|
|
|
|
showPushJobPop: false,
|
|
|
|
showServicePop: false, // 显示客服下拉弹窗
|
|
|
|
showServicePop: false, // 显示客服下拉弹窗
|
|
|
|
|