WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-07-09 b925ec64e1bb4e7f0b9ae4242967d67be3a1de9d
common/Bridge.js
@@ -144,7 +144,7 @@
            if (this._receives[method]) {
                if (marker) {
                    this._receives[method](param, (param2) => {
                        this._sendTelling(method, param2, marker);
                        this._sendTelling(method, param2 || {}, marker);
                    });
                } else {
                    this._receives[method](param);