From d4c43fd252707c6d682f1008aabcae0f53015e02 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Tue, 18 Oct 2022 15:11:43 +0800 Subject: [PATCH] 允许从相册中扫码 --- bases/BridgeCenterBase.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bases/BridgeCenterBase.js b/bases/BridgeCenterBase.js index 5ab17cd..a4a8f6e 100644 --- a/bases/BridgeCenterBase.js +++ b/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) => { -- Gitblit v1.9.1