WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-10-14 c2f169a2448e4162ac36c22548c069fa4b1f6b22
bases/BridgeCenterBase.js
@@ -16,7 +16,7 @@
        tellings.forEach(method => {
            const name = Fetcher.prototype.stringToCamel(method);
            if (typeof this[name] === 'undefined') {
                console.warn('BridgeTelling:未发现“' + method + '”对于接收器!');
                console.warn('BridgeTelling:未发现“' + method + '”对应接收器!');
            } else {
                // 注册App通知接收器
                $bridge.register(method, (res, callback) => {