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