diff --git a/demoHtml/flex/js/index.js b/demoHtml/flex/js/index.js index 6c0a7cc..d31e50a 100644 --- a/demoHtml/flex/js/index.js +++ b/demoHtml/flex/js/index.js @@ -620,8 +620,8 @@ }); $('#go-back img').on('click', function () { - const { confirm_del, tips } = userLangConfig[locale].base; - layer.confirm(confirm_del, { icon: 3, title: tips }, function (index) { + const { confirm_back, tips } = userLangConfig[locale].base; + layer.confirm(confirm_back, { icon: 3, title: tips }, function (index) { layer.close(index); window.history.back(); });