From c0c423b46aa8bb0b6e66cbf03ac8a6448f488817 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 14 Feb 2026 17:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9AUI=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/OrderBook.vue | 5 +- src/components/TradeComponent.vue | 195 ++++++++++++++++++++++-------- src/views/EventMarkets.vue | 21 +++- src/views/TradeDetail.vue | 16 ++- 4 files changed, 172 insertions(+), 65 deletions(-) diff --git a/src/components/OrderBook.vue b/src/components/OrderBook.vue index 919e03b..1883e70 100644 --- a/src/components/OrderBook.vue +++ b/src/components/OrderBook.vue @@ -1,5 +1,5 @@ @@ -288,9 +297,9 @@ - + @@ -413,14 +429,14 @@ :class="{ active: selectedOption === 'yes' }" text @click="handleOptionChange('yes')" - >Yes {{ yesPriceCents }}¢{{ yesLabel }} {{ yesPriceCents }}¢ No {{ noPriceCents }}¢{{ noLabel }} {{ noPriceCents }}¢
@@ -503,11 +519,11 @@
Total${{ totalPrice }}
-
- To winmdi-currency-usd $20 +
+ To winmdi-currency-usd ${{ toWinValue }}
@@ -683,14 +706,14 @@ :class="{ active: selectedOption === 'yes' }" text @click="handleOptionChange('yes')" - >Yes {{ yesPriceCents }}¢{{ yesLabel }} {{ yesPriceCents }}¢ No {{ noPriceCents }}¢{{ noLabel }} {{ noPriceCents }}¢
@@ -772,11 +795,11 @@
Total${{ totalPrice }}
-
- To winmdi-currency-usd $20 +
+ To winmdi-currency-usd ${{ toWinValue }}