From 9ca581cca97e9ba95ff808f6b7a08c24a4758dbf Mon Sep 17 00:00:00 2001
From: DESKTOP-CVS3R96\我恁爹 <11>
Date: Fri, 11 Nov 2022 09:55:52 +0800
Subject: [PATCH] 9.55
---
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