<view style="width: 100%; height: {{barHeight}}px; "></view>
|
<view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;">
|
<view>
|
<t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" />
|
</view>
|
<view class="navbar-title">资源详情-音频</view>
|
</view>
|
|
|
|
|
<view class="audioBox">
|
<view class="">
|
<image class="imageFront" src="/static/images/resourceDetailsMyAudio/cd.png" mode="aspectFit" />
|
<image class=" imageAfter" src="/static/images/resourceDetailsMyAudio/video-bg.png" mode="aspectFit" />
|
</view>
|
<view class="controlBox">
|
|
<image src="/static/images/resourceDetailsMyAudio/shangyizhang.png" mode="" />
|
<image bindtap="audioPlay" src="/static/images/resourceDetailsMyAudio/zanting.png" mode="" />
|
<image bindtap="audioPause" src="/static/images/resourceDetailsMyAudio/xiayizhang.png" mode="" />
|
|
|
<image src="/static/images/resourceDetailsMyAudio/Full screen.png" mode="" />
|
<!-- <view class="free-MusicProgress">
|
<view style="width:{{progress}}%;"></view>
|
</view> -->
|
</view>
|
|
|
</view>
|
<audio wx:if="{{false}}" bindtimeupdate="MusicStart" poster="{{poster}}" name="{{name}}" author="{{author}}" src="{{src}}" id="myAudio" controls loop>
|
|
|
</audio>
|
<!-- <button type="primary" >播放</button>
|
<button type="primary">暂停</button>
|
<button type="primary" bindtap="audio14">设置当前播放时间为14秒</button>
|
<button type="primary" bindtap="audioStart">回到开头</button> -->
|