问题模块 框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
API和组件 微信小程序 Bug Page.onShareAppMessage 工具 6.7.2 v1.02.1808101
- 当前 Bug 的表现
回调成功后,调用audio播放声音没有效果。
- 代码片段
onShareAppMessage: function (event) {
if (event.from === 'button') {
console.log(event.target)
}
return {
title: 'title',
path: '/index/index',
success(e){
var audio = wx.createInnerAudioContext();
audio.src = "/audios/pass.mp3";
audio.play();
that.setData({
flag: 1
});
}
}
}
微信小程序开发问题解答
微信小程序开发者回答:
早就说了要废弃了,不知微信在想什么。
微信小程序开发者回答:
终于线上关闭分享了吗。。
本文网址:http://www.91bianli.com/weixinxiaochengxu/48318.html