lxf
2025-04-24 5077eb1389b2a0886e7a7b8cc3327f46126c9c92
src/page/kline/index copy.vue
@@ -577,7 +577,7 @@
    },
    async getSingDetails() {
      let opts = {
        code: this.kLineDetails.code,
        code: this.kLineDetails.code || this.kLineDetails.name,
        stockType: this.kLineDetails.type,
      };
      await api.getSingleStock(opts).then((res) => {