From b1a373f220bcafea8f41fa735b42d4eeafb2ee4e Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 22 Oct 2025 14:06:15 +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