Plugin Directory

Changeset 2511966


Ignore:
Timestamp:
04/09/2021 07:44:47 AM (5 years ago)
Author:
vaptcha
Message:

修改国别码输入框

Location:
vaptcha-sms
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • vaptcha-sms/trunk/VaptchaSmsPlugin.php

    r2511904 r2511966  
    495495                'vaptcha_smskey' => '',//短信key
    496496                'vaptcha_phone' => '',//绑定手机号
    497                 'vaptcha_code' => '86',//绑定手机号
     497                'vaptcha_code' => 86,//绑定手机号
    498498                'vaptcha_modelId' => '0',//模板id
    499499                'https' => true,
  • vaptcha-sms/trunk/js/sms.js

    r2511904 r2511966  
    3232    $('#code_menu').show()
    3333    })
    34     $('#get_code').blur(function (){
     34    $('#admin_phone').focus(function (){
    3535        $('#code_menu').hide()
    3636    })
     
    270270    })
    271271    $('#country_code').blur(function (){
    272         $('#dropdown-menu').hide()
     272        // $('#dropdown-menu').hide()
    273273    })
    274274
Note: See TracChangeset for help on using the changeset viewer.