From 422c0126c209c8018dbcfd1a7136d0208ce89840 Mon Sep 17 00:00:00 2001 From: vee <897831508@qq.com> Date: Mon, 29 Aug 2022 23:55:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/positionList/positionList.vue | 28 +-- package-lock.json | 216 ++++++++++++++++++++++- pages/markets/trade.vue | 90 ++++++++-- 3 files changed, 305 insertions(+), 29 deletions(-) diff --git a/components/positionList/positionList.vue b/components/positionList/positionList.vue index 249ca45..12d0d8a 100644 --- a/components/positionList/positionList.vue +++ b/components/positionList/positionList.vue @@ -5,21 +5,21 @@ {{ i18n.Number }} - - 47823.00 - {{ item }} + + {{ item.price }} + {{ item.total }} - 34985.93 - ≈$28767.23 + {{marketDetail.close}} + ≈${{marketDetail.close*marketDetail.usdRate}} - - 47823.00 - {{ item }} + + {{ item.price }} + {{ item.total }} @@ -30,14 +30,22 @@