oct16/TimeCat

从a页面跳转到b页面时,a页面中录制的最后一条数据播放时不显示

Jerry379 opened this issue · 1 comments

跳转处的数据是这样的
image

packages\player\src\player.ts文件的renderEachFrame方法中的this.execFrame方法调不到

while (
            this.recordIndex < this.records.length &&
            +(data = this.records[this.recordIndex]).time - this.curViewDiffTime <= this.frames[this.frameIndex]
) {
            this.execFrame.call(this, data)
            this.recordIndex++
}
oct16 commented

使用新版本测试一下