DESKTOP-CVS3R96\我恁爹
2022-11-09 47f441e34648c595380072497c8c415d830c9f6e
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);
  },