人机验证隐藏验证成功toast
This commit is contained in:
@@ -152,7 +152,7 @@ $('.bottom .right_bottom').click(function () {
|
|||||||
const selectedTargetImageCount = selectedImages.filter(imgSrc => targetImages.includes(imgSrc)).length;
|
const selectedTargetImageCount = selectedImages.filter(imgSrc => targetImages.includes(imgSrc)).length;
|
||||||
|
|
||||||
if (selectedTargetImageCount === targetImageCount && onlyTargetImagesSelected) {
|
if (selectedTargetImageCount === targetImageCount && onlyTargetImagesSelected) {
|
||||||
toastMsg(langReplace(localLang.demoModule.text6));
|
// toastMsg(langReplace(localLang.demoModule.text6));
|
||||||
// verificationResult = true
|
// verificationResult = true
|
||||||
// 告知客户端
|
// 告知客户端
|
||||||
if (browser.app) {
|
if (browser.app) {
|
||||||
|
Reference in New Issue
Block a user