Commit a9b979a8 authored by limingzhe's avatar limingzhe

fix: debug

parent 4b1cb842
...@@ -339,7 +339,7 @@ checkIsFirst() { ...@@ -339,7 +339,7 @@ checkIsFirst() {
}, },
checkIsLast() { checkIsLast() {
return true; return false;
}, },
checkPlayTimes() { checkPlayTimes() {
...@@ -347,7 +347,7 @@ checkPlayTimes() { ...@@ -347,7 +347,7 @@ checkPlayTimes() {
}, },
getJumpData() { getJumpData() {
return {step: 1}; return //{step: 1};
}, },
maskSpr: null, maskSpr: null,
......
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