| | |
| | | moneyRevise: moneyRevise.value, |
| | | }).then(res => { |
| | | showToast({ |
| | | message: t('划转成功'), |
| | | message: t('操作成功'), |
| | | forbidClick: true, |
| | | duration: 2000 |
| | | }) |
| | |
| | | |
| | | const getassets = () => { // 获取资产 |
| | | _getassets().then(res => { |
| | | swapValue.value ? maxMoneyRevise.value = res.capital : maxMoneyRevise.value = res.contract // 根据上下是否颠倒来判断取的哪个值 |
| | | swapValue.value ? maxMoneyRevise.value = res.capitalUSDT : maxMoneyRevise.value = res.contract // 根据上下是否颠倒来判断取的哪个值 |
| | | }) |
| | | } |
| | | getassets() |
| | |
| | | left: 50%; |
| | | transform: translate(-50%, -50%); |
| | | width: 4rem; |
| | | border-radius: 50%; |
| | | background-color: #fff; |
| | | } |
| | | |
| | | .hint { |
| | |
| | | } |
| | | |
| | | .label_but { |
| | | color: $text_color4; |
| | | color: $text_color; |
| | | } |
| | | |
| | | .transfer_label { |