vue中create延时执行

created(){
	this.getcredit()
	this.getcreditmsg()
	setTimeout(() => {
		// this.init();
		this.listechart1()
	}, 900);//延时执行900ms
},
posted @ 2022-07-06 14:01  又一岁荣枯  阅读(376)  评论(0)    收藏  举报