Compare commits

...

3 Commits

@ -1114,6 +1114,7 @@ export default {
updateTab($item,$inedx){
this.tabActive = $item.key;
this.tabchange = $item.key;
}
},
};

@ -1399,6 +1399,8 @@ export default {
}
if (this.isLogin) {
newdata.ageStr = this.searchValue;
newdata.keys = this.searchValue;
const { data } = await JobListApi(newdata);
if (data.status === 200) {
if(data.data.recordList.length < 8){

@ -1,9 +1,5 @@
<template>
<div class="index-container" @click="isspecialboxshow = false"
:style="{
'overflow-y': isSC ? 'auto' : 'hidden',
'overflow-x':'hidden'
}"
>
<!-- title部分 -->
<div class="pagetitle" v-if="isLogin && routertitleindex != 0"

Loading…
Cancel
Save