https://xteam.sjtucqai.com:51013/sciai/trademanagerAssistant/translationConferenceController/loadVideoFile/TA21713320853021 我这个音频也播放不起 我在网上找了个音频 可以播放 为什么呀
苹果手机innerAudioContext播放音频返回-11850错误- 当前 Bug 的表现(可附上截图) 用innerAudioContext播放音频,在开发平台及android手机上可以正常播放。但是在苹果手机上去播放不了。显示 INNERERRCODE: -11850, ERRMSG: 操作停止。 有时也发生-11800错误。 [图片] - 预期表现 正常播放 - 复现路径 如下代码 - 提供一个最简复现 Demo ....wxml: <button class="weui-btn " type="primary" bindtap="playAudio">播放音频</button> ....jsm const innerAudioContext = wx.createInnerAudioContext(); Page({ data: { }, playAudio: function () { // innerAudioContext.autoplay = true ; innerAudioContext.src = 'https://ss.youbtc.net/media/audio/cv1539727702553.m4a'; innerAudioContext.play(); }, onLoad: function (options) { innerAudioContext.onPlay(() => { console.log('开始播放') }); innerAudioContext.onEnded(() => { console.log('播放结束'); }); innerAudioContext.onStop(() => { console.log('停止播放'); }); innerAudioContext.onError((res) => { console.log(res.errMsg); console.log(res.errCode); }) },
04-23求人给个解决方案,标签不显示问题
小程序跳转按钮:<wx-open-launch-weapp>怎么不显示?在使用vue框架页面,按照文档先后配置好了js接口安全域名——1.6.0版本jssdk——配置config opentaglist——使用<script type="text/wxtag-template"></script>包括button,html代码如下 <wx-open-launch-weapp username="gh_ebfb250249c1" @error="launchAppError" @launch="launchAppLaunch" @ready="launchAppReady" > <script type="text/wxtag-template"> <style>.btn { display: flex;align-items: center; }</style> <button class="btn" style="border-radius: 55px;font-size:15px;color:#ffffff;font-weight:700;padding: 0 50px;height:45px;line-height: 45px;background-color: #FF9700;margin: 0 auto;" >立即打开小程序</button> </script> </wx-open-launch-weapp>
2021-04-08