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