提前加载信息

This commit is contained in:
nisen
2023-11-08 10:40:21 +08:00
parent 9d29d08106
commit eb88dcbe74

View File

@@ -283,7 +283,6 @@ export default {
}, },
allRequests(id = '') { allRequests(id = '') {
this.Intsucc(); this.Intsucc();
this.retest();
this.resolveId = id ? id : this.$route.query.id; this.resolveId = id ? id : this.$route.query.id;
this.$watermark.set(this.userInfo.name + this.userInfo.loginName); this.$watermark.set(this.userInfo.name + this.userInfo.loginName);
@@ -296,6 +295,7 @@ export default {
this.getPopularity(); this.getPopularity();
this.getPositive(); this.getPositive();
this.couresreso(); this.couresreso();
this.retest();
window.addEventListener( window.addEventListener(
"scroll", "scroll",
this.handleScroll this.handleScroll