Compare commits

...

3 Commits
test ... master

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

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

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

Loading…
Cancel
Save