提交 080f2fe5 编写于 作者: guangjun.yang's avatar guangjun.yang

UAT测试,返回loading问题

上级 75a1b6c7
......@@ -882,6 +882,12 @@ export default {
_this.courseRequire = res.data.courseRequire || 0;
setTimeout(() => {
console.log('in setTimeout 800');
_this.showLoading = false;
}, 800);
setTimeout(() => {
console.log('in setTimeout 200');
cataOffsetTop = document.getElementById("catalogue-content")
.offsetTop;
intorOffsetTop = document.getElementById("intro-content").offsetTop;
......@@ -899,9 +905,7 @@ export default {
}
// _this.copyLink();
}, 200);
setTimeout(() => {
_this.showLoading = false;
}, 800);
// 如果 hasBindCard 为false,则获取卡信息 0:未绑卡 1:已绑卡
if (!_this.hasBindCard) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册