WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-11-12 45f70a8d1d00a30a2b798f6378e356611eb0a910
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);
    }