111
杨磊
2024-05-17 115287b451d6cb2ef3d215c1113d5e52e2f5422b
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() {