scorpio tItem.wheelLeft.rotation = 300; //这一行界面上能显示出旋转Laya.timer.frameLoop(1, this, rotateWheel);function rotateWheel() { //这个方法里的在界面上不显示旋转 tItem.wheelLeft.rotation +=1;}