| | |
| | | <div class="flex flex-1 text-28"> |
| | | <input type="number" v-model="data.amount" disabled |
| | | class="disabInput h-24 pl-8 w-full border-none text-grey inputBackground textColor"> |
| | | <div class="h-24 w-32 inputBackground textColor flex items-center">USDT </div> |
| | | <div class="h-24 w-32 inputBackground textColor flex items-center justify-center">USDT </div> |
| | | </div> |
| | | </div> |
| | | <div class="flex justify-between flex-row items-center h-18"> |
| | | <div class="text-32 font-normal text-grey">{{ $t('币种') }}</div> |
| | | <div class="text-32 font-normal textColor">{{ data.buyCurrency.toUpperCase() }}</div> |
| | | </div> |
| | | <div class="flex justify-between flex-row items-center h-18"> |
| | | <div class="text-32 font-normal text-grey">{{ $t('预期收益') }}</div> |
| | |
| | | confirmFundOrder({ |
| | | session_token: this.data.session_token, |
| | | financeId: this.data.financeId, |
| | | amount: this.data.amount |
| | | amount: this.data.amount, |
| | | buyCurrency: this.data.buyCurrency |
| | | }).then((res) => { |
| | | //console.log('订单确认成功', res) |
| | | this.$router.push({ |