KCP 웹표준 모듈 적용

This commit is contained in:
chicpro
2016-04-21 12:01:23 +09:00
parent b36df4d691
commit 39dae2e214
9 changed files with 75 additions and 147 deletions

View File

@ -1410,9 +1410,9 @@ function forderform_check(f)
f.rcvr_add2.value = f.od_b_addr2.value;
if(f.pay_method.value != "무통장") {
return jsf__pay( f );
jsf__pay( f );
} else {
return true;
f.submit();
}
<?php } ?>
<?php if($default['de_pg_service'] == 'lg') { ?>
@ -1433,7 +1433,7 @@ function forderform_check(f)
<?php } ?>
if(f.LGD_CUSTOM_FIRSTPAY.value != "무통장") {
launchCrossPlatform(f);
launchCrossPlatform(f);
} else {
f.submit();
}