From cffb3b182e795d60ed9566aaf5e5a61da03299e7 Mon Sep 17 00:00:00 2001 From: chenruiye <862859104@qq.com> Date: Tue, 18 Mar 2025 19:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E6=9C=BA=E9=AA=8C=E8=AF=81=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E9=AA=8C=E8=AF=81=E6=88=90=E5=8A=9Ftoast?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/humanMachineVerification/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/molistar/modules/humanMachineVerification/js/index.js b/view/molistar/modules/humanMachineVerification/js/index.js index a47e8a44..9ed65a8f 100644 --- a/view/molistar/modules/humanMachineVerification/js/index.js +++ b/view/molistar/modules/humanMachineVerification/js/index.js @@ -152,7 +152,7 @@ $('.bottom .right_bottom').click(function () { const selectedTargetImageCount = selectedImages.filter(imgSrc => targetImages.includes(imgSrc)).length; if (selectedTargetImageCount === targetImageCount && onlyTargetImagesSelected) { - toastMsg(langReplace(localLang.demoModule.text6)); + // toastMsg(langReplace(localLang.demoModule.text6)); // verificationResult = true // 告知客户端 if (browser.app) {