From 7a86ca5eb48e616d20298c31279999cba717908b Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Wed, 17 Jul 2019 15:58:16 +0800 Subject: [PATCH] update --- dist/base.js | 2 +- src/base/layer/layer.popover.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/base.js b/dist/base.js index ce3bcce94..184d15504 100644 --- a/dist/base.js +++ b/dist/base.js @@ -6337,7 +6337,7 @@ BI.shortcut("bi.popover", BI.Popover); BI.BarPopover = BI.inherit(BI.Popover, { _defaultConfig: function () { return BI.extend(BI.BarPopover.superclass._defaultConfig.apply(this, arguments), { - btns: [BI.i18nText(BI.i18nText("BI-Basic_Sure")), BI.i18nText(BI.i18nText("BI-Basic_Cancel"))] + btns: [BI.i18nText("BI-Basic_Sure"), BI.i18nText("BI-Basic_Cancel")] }); }, diff --git a/src/base/layer/layer.popover.js b/src/base/layer/layer.popover.js index a5816414c..35c895ffd 100644 --- a/src/base/layer/layer.popover.js +++ b/src/base/layer/layer.popover.js @@ -209,7 +209,7 @@ BI.shortcut("bi.popover", BI.Popover); BI.BarPopover = BI.inherit(BI.Popover, { _defaultConfig: function () { return BI.extend(BI.BarPopover.superclass._defaultConfig.apply(this, arguments), { - btns: [BI.i18nText(BI.i18nText("BI-Basic_Sure")), BI.i18nText(BI.i18nText("BI-Basic_Cancel"))] + btns: [BI.i18nText("BI-Basic_Sure"), BI.i18nText("BI-Basic_Cancel")] }); },