- 人气榜
+ 热度榜
@@ -153,7 +154,7 @@ export default {
filePath:''
},
ankingList:[],
- authorInfo:{ aid: '', name: '', orgInfo: '', avatar: '', code: '' }
+ authorInfo:{ aid: '', name: '', orgInfo: '', avatar: '', code: '',sex:null}
};
},
mounted() {
@@ -184,7 +185,7 @@ export default {
}
}
if(scrollTop > 630) {
- document.querySelector('#fixd-box').style.cssText = "position: fixed;top: -400px;width:245.5px";
+ document.querySelector('#fixd-box').style.cssText = "position: fixed;top: -550px;width:245.5px";
} else {
document.querySelector('#fixd-box').style.cssText = "position: static";
}
@@ -264,6 +265,11 @@ export default {