mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
提前加载信息
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user