Browse Source

细节调整

master
wally 4 years ago
parent
commit
0e12682a33
  1. 1
      src/classes/main.js
  2. 1
      src/test.js

1
src/classes/main.js

@ -56,7 +56,6 @@ Main.prototype.play = function (direction) {
this.times = this.max; this.times = this.max;
this.endCallback(); this.endCallback();
} }
console.log('this.times: ', this.times);
}; };
/** /**

1
src/test.js

@ -51,6 +51,7 @@ function addHash() {
function test() { function test() {
document.addEventListener('click', () => { document.addEventListener('click', () => {
if (isDemo) return;
main.play(0); main.play(0);
}); });
} }

Loading…
Cancel
Save