提交 209538b1 编写于 作者: X xiesi

修改延时问题

Signed-off-by: Nxiesi <305492881@qq.com>
上级 cc8c3e95
......@@ -16,9 +16,8 @@ export default {
return {};
},
mounted() {
setTimeout(() => {
console.log(
"mounted" + document.getElementById("fbxdiv") + this.fbxfilepath
`mounted${document.getElementById("fbxdiv")}${this.fbxfilepath}`
);
const container = document.getElementById("fbxdiv");
......@@ -122,7 +121,6 @@ export default {
init();
animate();
}, 1000);
},
methods: {
hello() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册