From 46bc71076c57aee9efe2032dc57f6cafe4282d6d Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 21 May 2024 18:33:19 +0800
Subject: [PATCH] 然后没登录的情况下 行情也要可以刷新跳动。目前不登录 数据不会跳动
---
src/components/list-quotation/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/components/list-quotation/index.vue b/src/components/list-quotation/index.vue
index 559aca4..2d3c902 100644
--- a/src/components/list-quotation/index.vue
+++ b/src/components/list-quotation/index.vue
@@ -161,6 +161,7 @@
});
} else {
setStorage('symbol', item.symbol)
+ setStorage('close', item.close)
this.$router.push({
path: `/perpetualContract/${item.symbol}`
});
--
Gitblit v1.9.3