You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
548 B

5 years ago
<!--miniprogram/pages/Dubbing/Dubbing.wxml-->
<view>
<video id="myVideo" src="cloud://dunning-bar-enr-3e46z.6475-dunning-bar-enr-3e46z-1300499016/huaizhugege-erkang.mp4"muted ="{{muted}}" binended = "funended" controls ="{{false}}" show-play-btn ="{{false}}"show-fullscreen-btn = "{{false}}" show-center-play-btn="{{false}}" style="width: 400px; height: 200px;"></video>
</view>
<view>
<button bindtap="playingFodder">预览素材</button>
<button bindtap="startDub">开始录音</button>
<button bindtap="endDub">完成录音</button>
</view>