callback 不要这么写 延迟个1S 直接去画 [code]setTimeout(function(){ //重新画数据 rankTexture = new Laya.Texture(Laya.Browser.window.sharedCanvas); rankSprite.graphics.drawTexture(rankTexture, 0, 0, rankTexture.width, rankTexture.height); },1000);[/code]