修复aplayer-list listmaxheight判断 语法错误问题
Change-Id: I90d1fab602500bcffdac82cb3b19a9b37e636de8
This commit is contained in:
parent
6c019aba08
commit
1fd103c326
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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 += `
|
||||
|
|
|
|||
Loading…
Reference in New Issue