From 032201180911a4f458576bc2392cd7f0d0a3d97e Mon Sep 17 00:00:00 2001 From: luyisha Date: Sun, 21 May 2023 16:45:46 +0800 Subject: [PATCH] 2 --- src/views/contract/index.vue | 1 + src/views/exchange/make-deal.vue | 79 ++++++++++++++++++++++---------- 2 files changed, 57 insertions(+), 23 deletions(-) diff --git a/src/views/contract/index.vue b/src/views/contract/index.vue index a66214c..a7ac18e 100644 --- a/src/views/contract/index.vue +++ b/src/views/contract/index.vue @@ -299,6 +299,7 @@ export default { if(val.price){ delete contractList.price } + console.log(contractList, 'co-activeContract----------------') return contractList; }, isLogin() { diff --git a/src/views/exchange/make-deal.vue b/src/views/exchange/make-deal.vue index 71fe849..b08ff5f 100644 --- a/src/views/exchange/make-deal.vue +++ b/src/views/exchange/make-deal.vue @@ -58,10 +58,10 @@ -
+
-
{{ activeContract.price }}$   {{ activeContract.increaseStr }} -
+
-->
-
-
- 24h {{ $t("contract.h7") }} +
+ + 24h {{ $t("option.zf") }}
-
- {{ activeContract.high }} +
+ + {{ activeContract.increaseStr }}
-
-
-
- 24h {{ $t("contract.h8") }} +
+ 24h {{ $t("contract.h8") }}
-
- {{ activeContract.low }} +
+ {{ activeContract.low }}
-
-
-
+
24h {{ $t("contract.h9") }} (USDT)
-
+
{{ activeContract.vol }}
-
@@ -321,6 +320,7 @@