|
|
|
@ -102,9 +102,6 @@
|
|
|
|
<text class="g_fs_14">登录后查看</text>
|
|
|
|
<text class="g_fs_14">登录后查看</text>
|
|
|
|
</view> -->
|
|
|
|
</view> -->
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="checkBox" hover-class="none" v-if="from == 'share'" @click.stop="checkJob(item)">
|
|
|
|
|
|
|
|
<checkbox class="biggerSize" style="transform: scale(0.8, 0.8)" color="g_c_main" :checked="item.checked" :value="item.checked"></checkbox>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="" @click.stop>
|
|
|
|
<view class="" @click.stop>
|
|
|
|
<view class="g_flex_row_between flex_center g_border_e_t g_p_8" v-if="from == 'mine'">
|
|
|
|
<view class="g_flex_row_between flex_center g_border_e_t g_p_8" v-if="from == 'mine'">
|
|
|
|
@ -125,6 +122,9 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="checkBox" hover-class="none" v-if="from == 'share'" @click.stop="checkJob(item)">
|
|
|
|
|
|
|
|
<checkbox class="biggerSize" style="transform: scale(0.8, 0.8)" color="g_c_main" :checked="item.checked" :value="item.checked"></checkbox>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</block>
|
|
|
|
</block>
|
|
|
|
<view class="g_mt_32 g_pb_32 g_c_9 g_pl_12 g_text_c" v-if="isShowLoginBtn && jobArray.length > 0" hover-class="none">
|
|
|
|
<view class="g_mt_32 g_pb_32 g_c_9 g_pl_12 g_text_c" v-if="isShowLoginBtn && jobArray.length > 0" hover-class="none">
|
|
|
|
@ -600,7 +600,7 @@ export default {
|
|
|
|
left: 4px;
|
|
|
|
left: 4px;
|
|
|
|
top: 50%;
|
|
|
|
top: 50%;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
transform: translateY(-50%);
|
|
|
|
height: 100px;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
|