修改非英语2区选择提现账户跳转路径
This commit is contained in:
@@ -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') {
|
||||
|
Reference in New Issue
Block a user