WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-06-19 a69aee6376d5564b68439a5e51c3177f1d6f88af
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);