提交 5aafca4a 编写于 作者: guangjun.yang's avatar guangjun.yang

添加loading效果

上级 c70a1adb
......@@ -538,7 +538,7 @@ export default {
token: _this.userInfo.userToken || this.token,
setEntry: true
};
// _this.showLoading = true;
_this.showLoading = true;
this.NEW_GET(`cme/project/${_this.projectId}/info`, param).then(res => {
if (res.code == "000000") {
// 先设置视频URL再显示视频组件 ------------ BEGIN
......@@ -602,9 +602,10 @@ export default {
}, 200);
}
}, 200);
setTimeout(() => {
_this.showLoading = false;
}, 800);
}
//_this.showLoading = false;
});
},
// 项目负责人--详情(收起)
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册