官方提现记录 - 查看详情兼容英语2区字段
This commit is contained in:
@@ -452,8 +452,8 @@ export default {
|
||||
this.accountDetails.country = obj.country ? obj.country : "-";
|
||||
this.accountDetails.bank_account = obj.bank_account
|
||||
? obj.bank_account
|
||||
: "-";
|
||||
this.accountDetails.bank_name = obj.bank_name ? obj.bank_name : "-";
|
||||
: obj.account_no? obj.account_no : "-";
|
||||
this.accountDetails.bank_name = obj.bank_name ? obj.bank_name :obj.account_name?obj.account_name: "-";
|
||||
this.accountDetails.swift_code = obj.swift_code ? obj.swift_code : "-";
|
||||
this.accountDetails.full_name = obj.full_name ? obj.full_name : "-";
|
||||
this.accountDetails.address = obj.address ? obj.address : "-";
|
||||
|
Reference in New Issue
Block a user