8

新葡京特邀彩金

超精
1天前 1705

请先登录后发表评论!

最新回复 (8)
  • 超精
    超精
    1天前
    如果真打上了  可以考虑一下的  不过还是要谨慎噢  图个一乐玩玩
    #2楼
  • 超精
    超精
    1天前
    我没打上,一点水都没有
    #3楼
  • 龙通路
    龙通路
    1天前

    注册送38

    #4楼
  • 龙通路
    龙通路
    1天前
    注册送38体验金,免费抢红包每天50+邀请:9197578866网址:10qq23.com      2sf63.cc    2sf64.cc0微聊申请:W852682325
    #5楼
  • 小伟
    小伟
    1天前
    123
    #6楼
  • 超精
    超精
    1天前
    签到
    #7楼
  • 超精
    超精
    1天前
    签到
    #8楼
  • 小伟
    小伟
    2小时前
    66
    #9楼
返回
请先登录后发表评论!
8
// 红包系统 - 防止回复重复提交 $(function() { var $form = $('#quick_reply_form'); var $submit = $('#submit'); if($form.length && $submit.length) { $form.on('submit', function() { // 禁用提交按钮,防止重复提交 $submit.prop('disabled', true).addClass('disabled'); // 3秒后重新启用(防止提交失败无法再次提交) setTimeout(function() { $submit.prop('disabled', false).removeClass('disabled'); }, 3000); }); } });