新关注页

cyl/master-0804
wangxia 4 months ago
parent 805a9165a4
commit ec566a9174

@ -122,11 +122,12 @@
</view>
</view>
</block>
<!-- <view class="g_mt_32 g_pb_32 g_c_9 g_pl_12" v-if="isShowLoginBtn && jobArray.length > 0" hover-class="none">
<view class="g_text_c g_c_sub g_mt_24 g_fs_14">
<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_24">登录后查看全部职位</view>
<view class="g_c_sub g_mt_24 g_fs_14">
<quickLogin @successLogin="successLogin"></quickLogin>
</view>
</view> -->
</view>
<view class="g_bg_f_5" style="padding: 16px 0 32px 0" v-if="jobArray && jobArray.length > 0 && !isShowLoginBtn && from != 'collect'">
<u-loadmore :status="status" :loadText="{ loadmore: '加载中', loading: '加载中', nomore: speed + '个职位' }" />
@ -153,10 +154,12 @@
</template>
<script>
import quickLogin from "../../components/quickLogin.vue";
import unloginInfo from "@/components/unloginInfo.vue";
export default {
components: {
unloginInfo,
quickLogin,
},
data() {
return {
@ -246,11 +249,6 @@ export default {
return uni.getStorageSync("apply-token") ? "关注发单号,查看发单号职位" : "";
},
},
isShowLoginBtn: {
default: () => {
return false;
},
},
pt: {
default: 0,
},

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save