|
|
|
|
@ -5,18 +5,9 @@
|
|
|
|
|
<view
|
|
|
|
|
v-if="!loading && speed == 0"
|
|
|
|
|
style="width: calc(100% - 20px); margin: 0 auto"
|
|
|
|
|
class="g_h_all g_flex_column_center"
|
|
|
|
|
:style="{
|
|
|
|
|
'padding-top': pt + 'rpx',
|
|
|
|
|
}"
|
|
|
|
|
class="g_h_all g_flex_row_center"
|
|
|
|
|
>
|
|
|
|
|
<!-- <view class="g_h_all" style="" v-if="!isLogin">
|
|
|
|
|
<unloginInfo></unloginInfo>
|
|
|
|
|
</view> -->
|
|
|
|
|
<g-empty :text="emptyText" style="margin-top: 30px" />
|
|
|
|
|
<view class="g_mt_32" v-if="isShowLoginBtn">
|
|
|
|
|
<g-button :btnText="'登录查看'" type="primary" @clickBtn="goLogin" />
|
|
|
|
|
</view>
|
|
|
|
|
<rh-login-false-list />
|
|
|
|
|
</view>
|
|
|
|
|
<view v-if="speed > 0" class="link">
|
|
|
|
|
<block class="" v-for="(item, index) in jobArray" :key="index" >
|
|
|
|
|
|