kg이니시스 은행코드 추가 및 관리자 쇼핑몰 설정해 잘못된 스크립트 코드 수정

This commit is contained in:
thisgun
2021-01-04 18:38:09 +09:00
parent 4b4a63a1a1
commit c06b4c585c
3 changed files with 7 additions and 3 deletions

View File

@ -1739,7 +1739,7 @@ $(function() {
}
});
function hash_goto_scroll(hash=""){
function hash_goto_scroll(hash){
var $elem = hash ? $("#"+hash) : $('#' + window.location.hash.replace('#', ''));
if($elem.length) {
@ -1773,11 +1773,11 @@ $(function() {
$(".kcp_info_fld").show();
$("#kcp_vbank_url").show();
<?php } ?>
$(".de_pg_tab").on("click", "a", function(e){
$(document).on("click", ".de_pg_tab a", function(e){
var pg = $(this).attr("data-value"),
class_name = "tab-current";
$("#de_pg_service").val(pg);
$(this).parent("li").addClass(class_name).siblings().removeClass(class_name);

View File

@ -52,6 +52,8 @@ $BANK_CODE = array(
'71' => '우체국',
'81' => '하나은행',
'88' => '신한은행',
'89' => '케이뱅크',
'90' => '카카오뱅크',
'D1' => '동양종합금융증권',
'D2' => '현대증권',
'D3' => '미래에셋증권',

View File

@ -100,6 +100,8 @@ $BANK_CODE = array(
'71' => '우체국',
'81' => '하나은행',
'88' => '신한은행',
'89' => '케이뱅크',
'90' => '카카오뱅크',
'D1' => '동양종합금융증권',
'D2' => '현대증권',
'D3' => '미래에셋증권',