luobisheng
2022-11-29 296b5e8d29199a14b29666562574a09a58f97c24
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"
@@ -197,10 +198,10 @@
  },
  methods: {
    changeComponent(index) {
      this.activeIndex = index;
      this.activeIndex = index;
    },
  },
  props: ["info"],
  props: ["info","mycode"],
};
</script>
<style lang="scss" scoped>