修复切换异常问题
This commit is contained in:
@@ -256,7 +256,7 @@ function getAccounts () {
|
|||||||
} else if (accountTypes == 8) {
|
} else if (accountTypes == 8) {
|
||||||
$('.binding .pub_in p').text('需要先綁定新加坡銀行賬戶資料');
|
$('.binding .pub_in p').text('需要先綁定新加坡銀行賬戶資料');
|
||||||
}else if (accountTypes == 16) {
|
}else if (accountTypes == 16) {
|
||||||
$('.switch .pub_in p').text('需要先綁定臺灣地區銀行賬戶資料 ');
|
$('.binding .pub_in p').text('需要先綁定臺灣地區銀行賬戶資料 ');
|
||||||
}
|
}
|
||||||
$('.binding').show();
|
$('.binding').show();
|
||||||
// 確認跳轉綁定頁面按鈕
|
// 確認跳轉綁定頁面按鈕
|
||||||
|
Reference in New Issue
Block a user