WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-11-11 d0ba3b58991e1be054a45ac914119916eb76c5fe
common/BridgeTelling.js
@@ -72,6 +72,10 @@
    }
    $pageBridge(page, method, res, callback) {
        try {
            res = typeof res === 'string' ? JSON.parse(res) : res;
        } catch (e) {
        }
        page.$component.$onBridge(method, res, callback);
    }