uni.offPush({
provider: 'igexin',
success: function () {
console.log('取消监听透传成功');
},
fail: function () {
console.log('fail');
}
});
上面是我的代码,没有变过
以前2.3.7的版本不会报错,现在升级到最新版后报如下错误
“Error: offPush:fail parameter callback
. Expected Function, got Object”
0 个回复