From 69acc93bc052651b725008beb83db0baee8f3259 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Mon, 07 Mar 2022 16:18:36 +0800 Subject: [PATCH] 重写 CSwitchRadio,弃用 Taro radio 组件 --- 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