Commit 93e794b690044c4fbc979b792909c79fed2850d4

Authored by ykxie
1 parent 0a388a36

fix dev

Showing 1 changed file with 1 additions and 1 deletions
src/js/gbreplayer.js
... ... @@ -1793,7 +1793,7 @@ $(function(){
1793 1793 }
1794 1794 } else {
1795 1795 starttime = parseInt(starttime) + parseInt(replayinterval);
1796   -
  1796 + console.log('暂停')
1797 1797 if (GBCodePlayBack.pauseTime && GBCodePlayBack.pauseTime - playbackrecord[i - 1].playTime > 0) {
1798 1798 GBCodePlayBack.stopIntervalTime = GBCodePlayBack.pauseTime - playbackrecord[i - 1].playTime;
1799 1799 starttime = GBCodePlayBack.stopIntervalTime + parseInt(replayinterval);
... ...