修改非英语2区选择提现账户跳转路径

This commit is contained in:
chenruiye
2025-06-26 15:24:56 +08:00
parent a73162cbe0
commit 68bad7a0a4

View File

@@ -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') {