时间:2019-05-04 来源:小程序工厂
林***:
请问这个提醒是如何实现的?
泠***:
const innerAudioContext = wx.createInnerAudioContext()
innerAudioContext.autoplay = true
innerAudioContext.src = app.globalData.musicSrc
innerAudioContext.onPlay(() => {
})
src路径不能是本地路径,你可以放在服务器上
关于获取公众号关联微信小程序接口需求-微信小程序开发教程
时***:
麻烦,问一下,在退出微信小程序的时候还能否实时提醒?如果是的话,需要怎么设置参数(我看了接口,没发现,特来请教)。