Commit c4bae9dc authored by sujie@126.com's avatar sujie@126.com

dd

parent a519f90e
......@@ -115,14 +115,14 @@
wx:if="{{!audioStorage[audioitem.src] || !audioStorage[audioitem.src].play}}"
data-value="{{audioitem.src}}"
data-duration="{{audioitem.duration}}"
bindtap="playvoice"
bindtap="playvoiceb"
>
</view>
<view
class="action-mask"
wx:if="{{audioStorage[audioitem.src] && audioStorage[audioitem.src].play}}"
data-value="{{audioitem.src}}"
bindtap="pausevoice"
bindtap="pausevoiceb"
data-duration="{{audioitem.duration}}"
>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment