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.

14 lines
338 B

<!--miniprogram/pages/txtDubbing/txtDubbing.wxml-->
<view>
<scroll-view scroll-y="true" style="width: 350px; height: 500px;">
<text>{{list}}</text>
</scroll-view>
</view>
<view>
<button bindtap="startDub">开始录音</button>
<button bindtap="reDub">重新录制</button>
<button bindtap="endDub">完成录音</button>
</view>