问题模块 框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
客户端 微信小程序 Bug iOS 都不行 6s 7 1.90&1.99&1.994
start: function (e) {
// if (res.platform == 'ios') {
// this.audioCtx = wx.getBackgroundAudioManager();
// console.log(123);
// } else {
// this.audioCtx = wx.createInnerAudioContext();
// }
this.audioCtx.title=123;
let that=this;
let imgSrc = e.currentTarget.dataset.src;
this.audioCtx.src = imgSrc;
let sort = e.currentTarget.dataset.sort;
if (that.data.isplay==true){
this.audioCtx.play();
console.log(that.data.isplay);
that.setData({
isplay: false,
activeIndex:sort
})
}else{
wx.pauseBackgroundAudio()
this.audioCtx.pause();
that.setData({
isplay: true,
activeIndex: null
})
}
this.audioCtx.onEnded(()=>{
that.setData({
isplay: true,
activeIndex: null
})
})
},
微信小程序开发问题解答
微信小程序开发者回答:
mark
微信小程序开发者回答:
wechatide://minicode/BtwtGZmf6fYL 这个是了
微信小程序开发者回答:
代码片段是一种可分享的小项目,可用于分享微信小程序和小游戏的开发经验、展示组件和 API 的使用、复现开发问题等等。分享代码片段会得到一个链接,所有拥有此分享链接的人可以在工具中导入此代码片段。如果网页可点击的链接指向的是分享链接,那么点击链接也会自动打开工具进入代码片段导入页。代码片段
微信小程序开发者回答:
@官方 ios播放加载慢 上面是代码片段
微信小程序开发者回答:
wechatide://minicode/BWrngQmp6gYw
微信小程序开发者回答:
好像bindplay没什么反应呀,没监听到函数
微信小程序开发者回答:
ios不能上传中文名的音频
微信小程序开发者回答:
请问解决了么?
微信小程序开发者回答:
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题
本文网址:http://www.91bianli.com/weixinxiaochengxu/50511.html