YM
2024-05-20 f65eb0dfefd593058abaf51404a7472677c4473e
src/pages/academicGenres/detail.vue
@@ -169,6 +169,7 @@
  methods: {
    getData() {
      getIntroduction(Number(this.idIndex)).then((res) => {
        console.log(res,"rrrr");
        this.detailData = {
          name: res.object.school_NAME[0].content,
          icon:
@@ -247,7 +248,7 @@
              })
            : []
        };
        console.log(this.detailData);
        console.log(this.detailData,"detailDatadetailData");
      });
    },
    goBack() {