YM
2024-05-20 7a7608d68227404c2cee81589a0f53bd0d9a4c78
src/pages/character/detail.vue
@@ -576,10 +576,10 @@
        if (obj.school) {
          getIntroduction(Number(obj.school)).then((sres) => {
            console.log(sres, "sres");
            handleData(obj, sres);
            this.handleData(obj, sres);
          });
        } else {
          handleData(obj);
          this.handleData(obj);
        }
      });