From 47f441e34648c595380072497c8c415d830c9f6e Mon Sep 17 00:00:00 2001
From: DESKTOP-CVS3R96\我恁爹 <11>
Date: Wed, 09 Nov 2022 22:47:40 +0800
Subject: [PATCH] 111111111
---
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