From 8a1aca87c4497b80202dd333a1b351e4ccf96e0c Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Wed, 13 Jan 2021 14:22:40 +0800 Subject: [PATCH] update --- src/core/platform/web/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/platform/web/config.js b/src/core/platform/web/config.js index 207ae483a..d214368c5 100644 --- a/src/core/platform/web/config.js +++ b/src/core/platform/web/config.js @@ -117,7 +117,7 @@ BI.prepares.push(function () { }); BI.Plugin.configWidget("bi.radio", function (ob) { - if (BI.isIE() && BI.getIEVersion() < 9) { + if (BI.isIE() && BI.getIEVersion() <= 9) { return BI.extend(ob, {type: "bi.image_radio"}); } return ob;