如果点击分享,然后弹出分享的页面,又直接点击坐上角的返回按钮时,触发分享失败的接口,这时候在这方法里打开播放背景音乐时,安卓的机子一直都没有声音,这是为什么啊?时间戳循环转换##微信小程序开发教程。 苹果的和模拟器上测试的是可以的,
fail: function (res) {
console.log(res);
if (that.data.timeoutTipFlag == false){
console.log('分享失败,播放音乐');
// that.audioCtx.play();
app.globalData.innerAudioContext2 = wx.createInnerAudioContext();
app.globalData.innerAudioContext2.src = 'https://jizhuanwang.oss-cn-hangzhou.aliyuncs.com/fail2.mp3';//背景音乐
app.globalData.innerAudioContext2.startTime = 1;//开始播放的位置
app.globalData.innerAudioContext2.loop = true;//循环播放
if (that.data.kai == true) {
app.globalData.innerAudioContext2.play();
}
}
}
本文来自微信小程序开发者论坛 微信小程序工厂 http://www.xcxgc.com 转载请保留。
微信小程序开发者回答:
娇***:
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题
涛***:
wechatide://minicode/zvNtUXmq6cYO
这个只是考了我项目中 出现问题的那个页面 。你们看下代码就好,好像运行不了 需要完整的项目才行
自定义web页面添加微信公众号客服
本文网址:http://www.91bianli.com/weixinxiaochengxu/58415.html