mg
2022-10-27 0a1d2fe85a280f5543b9b3241aaf8d8a39a32f8c
src/components/illdetail/index.vue
@@ -130,6 +130,7 @@
          <MyFilePicture
            v-else-if="activeIndex === 2"
            :filesPictureVo="filesPictureVo"
            :mycode='mycode'
          ></MyFilePicture>
          <MySovleProblem
            v-else-if="activeIndex === 3"
@@ -200,7 +201,7 @@
      this.activeIndex = index;
    },
  },
  props: ["info"],
  props: ["info","mycode"],
};
</script>
<style lang="scss" scoped>