bases/BridgeCenterBase.js | ●●●●● patch | view | raw | blame | history |
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) => {