Merge branch 'master' of https://git.faronear.org/tac/vic.h5
This commit is contained in:
@@ -111,13 +111,13 @@ export default {
|
|||||||
'draw.avaliable': 'Available balance:{num} {coin}',
|
'draw.avaliable': 'Available balance:{num} {coin}',
|
||||||
'draw.fee': 'Transfer fee {num} {coin}',
|
'draw.fee': 'Transfer fee {num} {coin}',
|
||||||
'draw.actual': 'Estimated amount of arrival {num} {coin}',
|
'draw.actual': 'Estimated amount of arrival {num} {coin}',
|
||||||
'draw.drawHint': 'at least 1000 to withdraw',
|
'draw.drawHint': 'at least 1000, at most double of investment',
|
||||||
'draw.draw': 'Withdraw',
|
'draw.draw': 'Withdraw',
|
||||||
'draw.qrPrompt': 'Please install App to scan QR code',
|
'draw.qrPrompt': 'Please install App to scan QR code',
|
||||||
'draw.qrError': 'Scanning QR code fails',
|
'draw.qrError': 'Scanning QR code fails',
|
||||||
'draw.coin': 'Please select currencies',
|
'draw.coin': 'Please select currencies',
|
||||||
'draw.targetPrompt': 'Please input destination address',
|
'draw.targetPrompt': 'Please input destination address',
|
||||||
'draw.amountLt': 'Withdrawal amount can\'t be less than 10000',
|
'draw.amountLt': 'Withdrawal amount can\'t be less than 1000',
|
||||||
'draw.amountGt': 'Withdrawal amount exceeds your balance',
|
'draw.amountGt': 'Withdrawal amount exceeds your balance',
|
||||||
'draw.summary': 'You are withdrawing {num} {coin} to {address}',
|
'draw.summary': 'You are withdrawing {num} {coin} to {address}',
|
||||||
'draw.pwdPrompt': 'Please input asset password',
|
'draw.pwdPrompt': 'Please input asset password',
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ export default {
|
|||||||
'draw.avaliable': '可用余额:{num} {coin}',
|
'draw.avaliable': '可用余额:{num} {coin}',
|
||||||
'draw.fee': '转账费用 {num} {coin}',
|
'draw.fee': '转账费用 {num} {coin}',
|
||||||
'draw.actual': '预计到账 {num} {coin}',
|
'draw.actual': '预计到账 {num} {coin}',
|
||||||
'draw.drawHint': '最低数额1000起',
|
'draw.drawHint': '最低1000起,最高2倍投资矿晶额',
|
||||||
'draw.draw': '提币',
|
'draw.draw': '提币',
|
||||||
'draw.qrPrompt': '请安装 App 以扫描二维码',
|
'draw.qrPrompt': '请安装 App 以扫描二维码',
|
||||||
'draw.qrError': '扫描二维码错误',
|
'draw.qrError': '扫描二维码错误',
|
||||||
|
|||||||
@@ -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}>
|
||||||
|
|||||||
Reference in New Issue
Block a user