creator schedule 计时器 设置的时间间隔 作为参数传入 callback

版本:1.10.0
复现方式: _test() {
this.schedule(this.testSchedule, 5)
},
testSchedule(data) {
console.log(“打印出的参数信息”, data,“当前时间”,new Date());
},

感觉是个引擎的bug