Commit c94342c5 authored by liujiaxin's avatar liujiaxin

fix: var

parent 587ba882
...@@ -421,7 +421,7 @@ cc.Class({ ...@@ -421,7 +421,7 @@ cc.Class({
// const sts = this.lrc.getCurrentAudioState(); // const sts = this.lrc.getCurrentAudioState();
const playing = this.lrc.isCurrentAudioSourcePlaying(); const playing = this.lrc.isCurrentAudioSourcePlaying();
btnsts = this.BUTTON_STATUS.IDLE const btnsts = this.BUTTON_STATUS.IDLE
if (playing) { if (playing) {
btnsts = this.BUTTON_STATUS.ACTIVE btnsts = this.BUTTON_STATUS.ACTIVE
// this.setPlayButtonStatus(this.BUTTON_STATUS.ACTIVE); // this.setPlayButtonStatus(this.BUTTON_STATUS.ACTIVE);
......
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