暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

pay_account_recharge.js 232B

12345678910
  1. $(function() {
  2. if ($('#div_zhifufangshi').find('.radio-label').length > 0) $('#div_zhifufangshi').show();
  3. });
  4. $(document).keydown(function(event){
  5. if(event.keyCode ==13){
  6. pay_money();
  7. return false;
  8. }
  9. });