Skip to content

Commit

Permalink
缩放音频播放器的时候同时隐藏播放列表
Browse files Browse the repository at this point in the history
  • Loading branch information
jianzhang20001 committed Nov 30, 2020
1 parent 3957233 commit 9aaf6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jz-player",
"version": "1.7.5",
"version": "1.7.6",
"description": "Easy-to-use music player for Vue 2.x",
"main": "dist/JZplayer.min.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/vue-aplayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@
}
},
togglePanel (){
// if(this.isTogglePanel===false) this.showList=false;
if(this.isTogglePanel===false) this.showList=false;
this.isTogglePanel=!this.isTogglePanel
}
},
Expand Down

0 comments on commit 9aaf6e0

Please sign in to comment.