From c088670028ea20f757256c68c912223fdd0f4e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=81?= Date: Tue, 7 Jul 2026 20:51:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=9A=E4=BA=A4=E6=98=93?= =?UTF-8?q?=E9=99=90=E5=88=B6=E6=97=B6=E9=97=B4=E5=8D=95=E4=BD=8Dm->min?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TradeComponent.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/TradeComponent.vue b/src/components/TradeComponent.vue index 4343ab1..985c689 100644 --- a/src/components/TradeComponent.vue +++ b/src/components/TradeComponent.vue @@ -1726,9 +1726,9 @@ const ORDER_SIZE_SCALE = 1_000_000 const ORDER_SIZE_MIN = 1 / ORDER_SIZE_SCALE const expirationTime = ref('5m') // 初始过期时间 const EXPIRATION_VALUES = [ - '5m', - '15m', - '30m', + '5min', + '15min', + '30min', '1h', '2h', '4h',