From f891d8d35067d3bb40e2b48ecc4ab28e26f00bcd Mon Sep 17 00:00:00 2001
From: XIGUASSR <623844246@qq.com>
Date: Thu, 10 Nov 2022 01:51:46 +0800
Subject: [PATCH] 最新
---
src/page/kline/components/kLine.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/page/kline/components/kLine.vue b/src/page/kline/components/kLine.vue
index 5b7db82..25824cb 100644
--- a/src/page/kline/components/kLine.vue
+++ b/src/page/kline/components/kLine.vue
@@ -1060,7 +1060,13 @@
created() {
const { query } = this.$route;
console.log(query, "33333");
- this.Symbol = `${query.code}_${query.sok}.${query.type}`;
+ console.log(query.if_zhishu!= '0', "44444");
+ if(query.if_zhishu== '0'){
+ this.Symbol = `${query.code}_${query.sok}.${query.type}`;
+ }else{
+ this.Symbol = `${query.if_zhishu}_${query.sok}.${query.type}`;
+ }
+
console.log(this.Symbol);
},
--
Gitblit v1.9.3