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.
5 lines
395 B
5 lines
395 B
5 years ago
|
<!--miniprogram/pages/previewWork/previewWork.wxml-->
|
||
|
<video id="myVideo" src="{{path}}" muted ="{{muted}}"controls ="{{false}}" show-play-btn ="{{false}}"show-fullscreen-btn = "{{false}}" custom-cache="{{false}}" show-center-play-btn="{{false}}" style="width: 400px; height: 200px;"></video>
|
||
|
<button bindtap="startPreview">开始预览</button>
|
||
|
<button bindtap="saveWork">保存作品</button>
|