From e6121cda1d608cf2441b19d76d1615967871e74f Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Mon, 08 Sep 2025 16:13:32 +0800
Subject: [PATCH] 2

---
 src/views/cryptos/Exchange/exchangePage.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/cryptos/Exchange/exchangePage.vue b/src/views/cryptos/Exchange/exchangePage.vue
index 5637166..320e332 100644
--- a/src/views/cryptos/Exchange/exchangePage.vue
+++ b/src/views/cryptos/Exchange/exchangePage.vue
@@ -133,6 +133,7 @@
     },
     onConfirm() { // 闪兑
       this.clearInterval()
+	  console.log(this.detail);
       let obj = {
         symbol: this.detail.symbol_ex,
         symbol_to: this.detail.symbol_to_ex,

--
Gitblit v1.9.3