heyujie
2021-12-07 4ff29e301de38488db0ff04f0209c99e37cf30b4
src/components/wasmPlayer/wasm/player.js
@@ -173,6 +173,11 @@
  if (this.webglPlayer) this.webglPlayer.fullscreen()
}
Player.prototype.exitfullscreen = function() {
  if (this.webglPlayer) this.webglPlayer.exitfullscreen()
}
Player.prototype.startTrackTimer = function() {
  var This = this
  this.trackTimer = setInterval(function() {