This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.
<view class="content-play">
<!-- 显示音乐信息 -->
<view class="conten-play-info">
<text>{{play.title}}</text>
<view>
——{{play.singer}}——
</view>
<!-- 显示专辑封面 -->
<view class="content-play-cover">
<image src="{{play.coverImgUrl}}" style="animation-play-state:{{state}};"/>
<!-- 显示播放进度和时间 -->
<view class="content-play-progress">
<text>{{play.currenTime}}</text>
<slider bindchange="sliderChange" activeColor="#d33a31" block-size="12" backgroundColor="#dadada" value="{{play.percent}}"/>
<text>{{play.duration}}</text>