From e474e17de37a8b3c506d173d437d4cb338a422f3 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 28 Aug 2024 11:28:04 +0800
Subject: [PATCH] no message
---
src/page/perpetualContract/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/page/perpetualContract/index.vue b/src/page/perpetualContract/index.vue
index e7a3c5e..77d94ec 100644
--- a/src/page/perpetualContract/index.vue
+++ b/src/page/perpetualContract/index.vue
@@ -378,7 +378,7 @@
if (type === "open" || type === "long" || type === "short" || !type) {
let initFunTimer = null;
let initFun = () => {
- _initOpen(symbol)
+ _initOpen(symbol.toLowerCase())
.then((data) => {
this.initOpen = data;
clearTimeout(initFunTimer);
@@ -395,7 +395,7 @@
if (type === "close" || !type) {
let initFunTimer = null;
let initFun = () => {
- _initClose(symbol)
+ _initClose(symbol.toLowerCase())
.then((data) => {
this.initClose = data;
console.log(this.initClose);
--
Gitblit v1.9.3