From b78b87c3fc1df7f3a4c4d526895bfac90cd38ed1 Mon Sep 17 00:00:00 2001 From: kasenhoo Date: Tue, 26 Nov 2019 13:10:12 +0800 Subject: [PATCH] Add Success Event Comment --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 46bbdcf..9d05697 100644 --- a/src/index.html +++ b/src/index.html @@ -62,8 +62,8 @@ repeatIcon: 'fa fa-redo', setSrc: function () { return 'http://imgs.sdgxgz.com/images/Pic' + Math.round(Math.random() * 136) + '.jpg'; - }, - onSuccess: function () { + }, + onSuccess: function () { //成功事件 var handler = setTimeout(function () { window.clearTimeout(handler); $captcha.sliderCaptcha('reset'); -- Gitee