32 lines
1.4 KiB
Plaintext
32 lines
1.4 KiB
Plaintext
![]() |
<!--subpackage/teacher/resource-detail/resource-detail.wxml-->
|
||
|
<view class="page-content pad">
|
||
|
<mp-bar background="linear-gradient(190deg, #49a5fc 0%, #f7f7f7 800rpx, #f7f7f7 100%)" title="{{title}}" color="rgba(255,255,255,0.8)"></mp-bar>
|
||
|
|
||
|
<view class="card">
|
||
|
|
||
|
<view class="title">{{data.resourceName}}</view>
|
||
|
<view class="time">
|
||
|
{{value}}
|
||
|
<view>{{duration}}</view>
|
||
|
</view>
|
||
|
|
||
|
<view class="progress">
|
||
|
<view class="active" style="width:{{percent+'%'}}"></view>
|
||
|
</view>
|
||
|
|
||
|
<view class="btnlist">
|
||
|
<image bind:tap="reload" src="https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/teacher/{{isReload?'reload': 'repeat'}}.png" class="img" />
|
||
|
<image src="https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/teacher/play-previous.png" class="img" />
|
||
|
<view class="btn" bind:tap="btnCilck">
|
||
|
<mp-icon icon="{{!isPlay?'play':'pause'}}" type="field" size="{{50}}" color="#fff"></mp-icon>
|
||
|
</view>
|
||
|
<image src="https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/teacher/play-next.png" class="img" />
|
||
|
<image bind:tap="showList" src="https://yuedong-wechatapplet.oss-cn-shanghai.aliyuncs.com/static/teacher/play-list.png" class="img" />
|
||
|
</view>
|
||
|
</view>
|
||
|
|
||
|
<mp-half-screen-dialog bindbuttontap="buttontap" show="{{isShow}}">
|
||
|
<view slot="footer" class="none">1</view>
|
||
|
<view slot="title" class="none"></view>
|
||
|
</mp-half-screen-dialog>
|
||
|
</view>
|