From 7a91a68d9c4b16266f5cc8a29bda1ce86a9323c6 Mon Sep 17 00:00:00 2001 From: lichaojun Date: Fri, 6 Feb 2026 21:45:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8B=96=E6=8B=BD=E5=B8=83=E5=B1=80-?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demoHtml/flex/js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); });