Commit 7f90f7d7 authored by limingzhe's avatar limingzhe

fix: debug

parent c662e598
...@@ -779,7 +779,6 @@ cc.Class({ ...@@ -779,7 +779,6 @@ cc.Class({
this.initBg(); this.initBg();
this.initCatListener(); this.initCatListener();
this.initVideo(); this.initVideo();
// setTimeout(() => { // setTimeout(() => {
......
...@@ -135,7 +135,7 @@ cc.Class({ ...@@ -135,7 +135,7 @@ cc.Class({
setProgress(progress) { setProgress(progress) {
this.barComp.progress = progress; this.barComp.progress = progress;
this.barBtn.x = 710 * progress; this.barBtn.x = this.barBtn.maxX * progress;
// console.log('barBtn x: ', this.barBtn.x); // console.log('barBtn x: ', this.barBtn.x);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment