资金页面显示可提取的金额 info.vic

This commit is contained in:
luk.lu
2019-09-29 14:03:23 +08:00
parent 774dd0ae32
commit 87f38e8eef

View File

@@ -45,7 +45,7 @@ const FundPage: React.FC<HomeFundModelState & DispatchProp> = ({
<span className="title">{formatMessage({ id: 'home.fund.total' })}</span> <span className="title">{formatMessage({ id: 'home.fund.total' })}</span>
<span className="content"> <span className="content">
<span className="large"> <span className="large">
{info ? (info.usdt || 0) : 0} VIC {info ? (info.vic || 0) : 0} VIC
</span> </span>
</span> </span>
<div className={styles.card}> <div className={styles.card}>