휴대폰 본인확인 관련 기능 수정
This commit is contained in:
@ -52,7 +52,7 @@ if(!$ordr_idxx)
|
||||
function auth_type_check(user_name)
|
||||
{
|
||||
var auth_form = document.form_auth;
|
||||
auth_form.user_name.value = encodeURIComponent(user_name);
|
||||
//auth_form.user_name.value = encodeURIComponent(user_name);
|
||||
|
||||
if( auth_form.ordr_idxx.value == "" )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user