mc.offError(Function callback)

取消监听错误事件。

参数

参数 类型 默认值 必填 说明
callback Function 需要取消监听的回调函数

示例代码:

const callback = function(res){
    console.log(res);
}
//监听
mc.onError(callback);
//取消监听
mc.offError(callback);

results matching ""

    No results matching ""

    results matching ""

      No results matching ""