music.wxml
524 字节
<view class="audio_container">
<text class="audio_title">{{audioName}}</text>
<view class="audio-time">
<view>
<slider disabled min="0" max="{{sliderMax}}" bindchange="sliderChange" block-size="14" value="{{sliderValue}}" activeColor="#8b8b8d" style="width: 64%;margin: 0 auto;"/>
</view>
<text>{{currentTimeStr}}</text>
<text>{{durationTimeStr}}</text>
</view>
<!-- <view class="audio_play" bindtap="changePlayState">
<image class="audio_img" src="../../img/ic_voice56@2x.png"></image>
</view> -->
</view>