10.10综合交易所原始源码_移动端
1
2026-05-26 0dbc7465447164fef24327b5d494870832d798dd
src/views/cryptos/financialManagement/FinancialManagementConfirm.vue
@@ -10,8 +10,12 @@
            <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>
@@ -81,7 +85,8 @@
      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({