修复切换异常问题

This commit is contained in:
Dragon
2024-02-19 18:05:17 +08:00
parent 70607468ff
commit 7fdcfdaa32

View File

@@ -256,7 +256,7 @@ function getAccounts () {
} else if (accountTypes == 8) {
$('.binding .pub_in p').text('需要先綁定新加坡銀行賬戶資料');
}else if (accountTypes == 16) {
$('.switch .pub_in p').text('需要先綁定臺灣地區銀行賬戶資料 ');
$('.binding .pub_in p').text('需要先綁定臺灣地區銀行賬戶資料 ');
}
$('.binding').show();
// 確認跳轉綁定頁面按鈕