jhzh
2025-04-24 437667a249672df71f6c609290b344f4d43caad9
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) => {