You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
微信小程序上有个api:wx.offNetworkStatusChange.
uni-app文档上没有写,但是能够调用。调用的时候一直报错。
报错:offNetworkstatusChange should accept a function instead of object。
我传的确实是function。源码如下:
uni.offNetworkStatusChange(function (res) {
console.log('end')
})
The text was updated successfully, but these errors were encountered:
微信小程序上有个api:wx.offNetworkStatusChange.
uni-app文档上没有写,但是能够调用。调用的时候一直报错。
报错:offNetworkstatusChange should accept a function instead of object。
我传的确实是function。源码如下:
uni.offNetworkStatusChange(function (res) {
console.log('end')
})
The text was updated successfully, but these errors were encountered: