1
jhzh
2025-11-02 411edaf3d05d0a7393e4784ff8f3310a0ccb2196
src/page/kline/index.vue
@@ -481,7 +481,8 @@
      newsdetailList: [],
      bayType: "",
      timer: null,
      key: 0
      key: 0,
      preMarket:0,
    };
  },
  components: {
@@ -495,7 +496,7 @@
      clearTimeout(i);
      clearInterval(i);
    }
    const { query } = this.$route;
    this.kLineDetails = query;
    if (query.if_us === "1") {
@@ -605,7 +606,7 @@
        if (res.status === 0) {
          this.singDetails = res.data.stock;
          this.bayType = res.data.stock.type;
          this.preMarket = res.data.stock.preMarket
          if (res.data.introduction) {
            this.jianjie = res.data.introduction;
          } else {
@@ -695,7 +696,8 @@
          spell: this.singDetails.spell,
          if_us: this.kLineDetails.if_us,
          bayType: this.bayType,
          gid: this.singDetails.gid
          gid: this.singDetails.gid,
          preMarket:this.preMarket
        }
      });
      if (navigator.vibrate) {