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