diff --git a/view/molistar/modules/guild-ar/js/salary.js b/view/molistar/modules/guild-ar/js/salary.js index 13b33581..93341312 100644 --- a/view/molistar/modules/guild-ar/js/salary.js +++ b/view/molistar/modules/guild-ar/js/salary.js @@ -690,10 +690,14 @@ $('.selectAccount .selectAccount_in .accountBox').on('click', ' .account .sel', // 选择账户编辑 $('.selectAccount .selectAccount_in .accountBox').on('click', ' .account .eid', function () { var type = $(this).attr('type'); + var name = $(this).attr('name'); if (partitionId != 16) { + if(type == 'BANK' || type == 'VODAFONE' || type == 'PAYONNER'){ location.href = `./${type}.html?type=${type}` + }else{ + location.href = `./generalSalary.html?type=${type}&name=${name}` + } } else { - var name = $(this).attr('name'); if (name == 'bank') { location.href = `./BANK.html?type=${type}` } else if (name == 'payonner') {