获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
playVoice: function (e) { const voice = e.currentTarget.dataset.voice voicePlayer.src = voice voicePlayer.play() },
手机上播放云端音乐,第一次点击不播或播上次请求的,点一遍,再点播放就没问题,是什么情况?<view capture-bind:longpress="startRecord" mut-bind:touchend="stopRecord" bindtap="playVoice" data-id="{{item._id}}" data-voice="{{item.voice}}">
2021-12-30