MiniProgramError
Cannot read properties of null (reading 'records')
TypeError: Cannot read properties of null (reading 'records')
at success (https://usr/pages/yinyue/yinyue.appservice.js:52:4512)
at https://lib/WASubContext.js:1:102965
at https://lib/WASubContext.js:1:103306
在开发版/体验版中打开调试模式,然后访问正式版,看看调试面板中具体的报错信息,看看具体是哪个域名有问题。
所以无法确定就是接口无法请求导致的。
可以尝试制作能够复现问题的代码片段。
}else if(res.data[0].MAAS>3){
let i = 0
const backgroundAudioManager = wx.getBackgroundAudioManager()
backgroundAudioManager.title = _this.data.musicList[0].name
backgroundAudioManager.onEnded(() => {
i = (i + 1) % 3
backgroundAudioManager.src=_this.data.musicList[i].url
})
backgroundAudioManager.src=_this.data.musicList[i].url