fix: 函数问题
parent
fc0bfda5b9
commit
9c20972679
|
@ -34,9 +34,9 @@
|
||||||
</block>
|
</block>
|
||||||
|
|
||||||
<block wx:if="{{filePath && recording === false}}">
|
<block wx:if="{{filePath && recording === false}}">
|
||||||
<button type="primary" bindtap="audioPlay">播放</button>
|
<button type="primary" bindtap="playVoice">播放</button>
|
||||||
<button type="primary" bindtap="audioPause">暂停</button>
|
<button type="primary" bindtap="pauseVoice">暂停</button>
|
||||||
<button type="primary" bindtap="audioStop">结束</button>
|
<button type="primary" bindtap="stopVoice">结束</button>
|
||||||
</block>
|
</block>
|
||||||
|
|
||||||
<!-- <block wx:if="{{hasRecord === true && playing === true}}">
|
<!-- <block wx:if="{{hasRecord === true && playing === true}}">
|
||||||
|
|
Loading…
Reference in New Issue