common/Bridge.js @@ -151,7 +151,6 @@ // 有通知回调 if (marker) { this._receives[method](param2, (param2) => { debugger; this._sendTelling(method, param2 || {}, marker); }); }