WebApp【公共组件库】@前端(For Git Submodule)
YFeng
2021-05-11 2c8c49b2c1fb1d4e95f9ee8337d74321613643b2
Merge branch 'master' of ssh://dev.zhiheiot.com:29418/mob-components
1 files modified
2 ■■■ changed files
common/Bridge.js 2 ●●● patch | view | raw | blame | history
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);