|
|
@@ -286,7 +286,7 @@ class MineViewController: BaseViewController {
|
|
|
let taAccountInfo = accountManager.getCurrentTAAccountInfo()
|
|
|
/// 余额
|
|
|
self.blance.attributedText = (!isOpen ? "******" : taAccountInfo?.currentBalance.toDownString(reserve: 2))!.withFont(.font_22).withTextColor(UIColorFromHex(rgbValue: 0x333333))
|
|
|
- /// 冻结余额
|
|
|
+ /// 冻结余额 冻结保证金+其他冻结保证金+冻结手续费
|
|
|
let freezeAmount = (taAccountInfo?.freezeMargin ?? 0.0)+(taAccountInfo?.otherFreezeMargin ?? 0.0)+(taAccountInfo?.freezeCharge ?? 0.0)
|
|
|
self.freeze.text = "\(!isOpen ? "******" : freezeAmount.toDownString(reserve: 2))"
|
|
|
/// 市值
|