no message

cyl/master
jscyl13849007907 1 week ago
parent 616e0fa222
commit 62df574cd8

@ -95,7 +95,7 @@
<view class="g_flex_row_start g_fs_12 g_pr_4 g_h_20 g_fw_400"
style="background: linear-gradient(138deg, #fde0ad 22%, #fac474); border-radius: 2px; color: #754300; line-height: 20px"
v-if="isAgency"
v-if="isJm"
>
<view class>
<image class="g_mr_4"
@ -121,7 +121,7 @@
<checkbox class="biggerSize" style="transform: scale(0.8, 0.8)" color="g_c_main" :checked="item.checked" :value="item.checked"></checkbox>
</view>
<view class="g_border_e_t g_p_8" style="line-height: 23px;margin-top: 12px;padding-left: 0;padding-bottom: 0;"
v-if="isAgency && item.newXmf"
v-if="isJm && item.newXmf"
>
<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">
@ -195,7 +195,8 @@ export default {
jid: 0,
appInfo: {},
goImLoading: false,
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',
};
},
//

@ -394,8 +394,8 @@ export default {
},
data() {
return {
isAgency: uni.getStorageSync("apply-userinfo").agencyId,
isJm:uni.getStorageSync("apply-userinfo").agencyId && uni.getStorageSync("apply-userinfo").agencyId == '114827',
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',
hrtext: 2,
tabbarShow: true,
navbarHeight: 0, // navbar

@ -1,7 +1,9 @@
<template>
<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"
>
<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_start" style="flex: none">
<view class="g_fw_600 g_mr_4 g_flex_column_center">项目方</view>
@ -439,6 +441,8 @@ export default {
},
data() {
return {
isAgency:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").agencyId,
isJm:uni.getStorageSync("apply-userinfo").agencyId && uni.getStorageSync("apply-userinfo").agencyId == '114827',
pushJobChecked: false, //
showPushJobPop: false,
showServicePop: false, //

Loading…
Cancel
Save