12345678910111213141516171819202122232425262728293031323334 |
- <view >
- 课件朗读
- <video
- id="myVideo"
- class="videoSection"
- src="http://efunvideo.ai160.com/vs2m/001/00103075/00103075012/00103075012.m3u8"
- show-fullscreen-btn="{{fullScreenBtn}}"
- show-play-btn="{{playBtn}}"
- show-center-play-btn="{{centerBtn}}"
- muted="{{muted}}"
- enable-progress-gesture="{{gesture}}"
- bindended="{{videoCtr}}"
- ></video>
- <!-- <audio name="123" author="123" src="{{recordSource}}" id="myAudio" controls loop></audio> -->
- <button type="primary" bindtap="audioPlay">试听</button>
- <view class="readWorksSection">
-
- </view>
- <view class="footSection">
- <view class="collectBtn footerBtn">
- <image src="../../../static/image/hot_recommand.png" />
- <text >收藏</text>
- </view>
- <view class="readingBtn footerBtn" bindtap="audioRecord">
- <image src="../../../static/image/hot_recommand.png" />
- <text >我要朗读</text>
- </view>
- <view class="shareBtn footerBtn">
- <image src="../../../static/image/hot_recommand.png" />
- <text >分享</text>
- </view>
- </view>
- </view>
|