13 lines
438 B
Plaintext
13 lines
438 B
Plaintext
<view class="container">
|
|
<showbox title="默认">
|
|
<box>
|
|
<audio src="{{src}}" id="myAudio" ></audio>
|
|
|
|
<button type="primary" bindtap="audioPlay">播放</button>
|
|
<button type="primary" bindtap="audioPause">暂停</button>
|
|
<button type="primary" bindtap="audio14">设置当前播放时间为14秒</button>
|
|
<button type="primary" bindtap="audioStart">回到开头</button>
|
|
</box>
|
|
</showbox>
|
|
</view>
|