赞
踩
10秒内不能重复发送验证码
//短信发送
$('.vcode-send').click(function () {
if ($(this).hasClass('disabled')) {
} else {
var self = $(this);
var count = 10;
self.addClass('disabled');
self.text(count + '秒后重新获取');
var timer = setInterval
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。