From a759006a5c4be18dbeaf7a376f6e1b967ee01a72 Mon Sep 17 00:00:00 2001 From: luyisha Date: Mon, 17 Jul 2023 18:50:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=88=E7=BA=A6=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E4=BB=B7=E6=A0=BC=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/exchange/open-position.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/pages/exchange/open-position.vue b/pages/exchange/open-position.vue index e35dc93..88a309e 100644 --- a/pages/exchange/open-position.vue +++ b/pages/exchange/open-position.vue @@ -297,7 +297,12 @@ :max="6" :contract="1" > - {{ newPrice.price }} + + {{newPrice.price}} + + @@ -1431,9 +1436,18 @@ export default { case `swapTradeList_${symbol}`: this.tradeList.unshift(data); this.tradeList.pop(); - this.newPrice = data; + // this.newPrice = data; // console.log(this.newPrice, 898989898988) break; + case `swapMarketList`: + let arr = data[0].marketInfoList; + for(let i=0;i