修复aplayer-list listmaxheight判断 语法错误问题

Change-Id: I90d1fab602500bcffdac82cb3b19a9b37e636de8
This commit is contained in:
gkiwi 2017-11-14 19:02:17 +08:00
parent 6c019aba08
commit 1fd103c326
3 changed files with 3 additions and 3 deletions

2
dist/APlayer.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -203,7 +203,7 @@ class APlayer {
</div>
</div>
</div>
<div class="aplayer-list" ${this.option.listmaxheight ? `style="max-height: ${this.option.listmaxheight}` : ``}">
<div class="aplayer-list" ${this.option.listmaxheight ? `style="max-height: ${this.option.listmaxheight}"` : ``}>
<ol>`;
for (let i = 0; i < this.option.music.length; i++) {
eleHTML += `