reading.wxml 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. <view >
  2. 课件朗读
  3. <video
  4. id="myVideo"
  5. class="videoSection"
  6. src="http://efunvideo.ai160.com/vs2m/001/00103075/00103075012/00103075012.m3u8"
  7. show-fullscreen-btn="{{fullScreenBtn}}"
  8. show-play-btn="{{playBtn}}"
  9. show-center-play-btn="{{centerBtn}}"
  10. muted="{{muted}}"
  11. enable-progress-gesture="{{gesture}}"
  12. bindended="{{videoCtr}}"
  13. ></video>
  14. <!-- <audio name="123" author="123" src="{{recordSource}}" id="myAudio" controls loop></audio> -->
  15. <button type="primary" bindtap="audioPlay">试听</button>
  16. <view class="readWorksSection">
  17. </view>
  18. <view class="footSection">
  19. <view class="collectBtn footerBtn">
  20. <image src="../../../static/image/hot_recommand.png" />
  21. <text >收藏</text>
  22. </view>
  23. <view class="readingBtn footerBtn" bindtap="audioRecord">
  24. <image src="../../../static/image/hot_recommand.png" />
  25. <text >我要朗读</text>
  26. </view>
  27. <view class="shareBtn footerBtn">
  28. <image src="../../../static/image/hot_recommand.png" />
  29. <text >分享</text>
  30. </view>
  31. </view>
  32. </view>