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); } });