zhanghua
2022-10-26 c889c9e4792506e0a7f457560c0d4110645fae93
src/components/detail/index.vue
@@ -125,7 +125,7 @@
            <div class="show-item">
                <div class="show-wrap">
                    <MyProcess v-if="activeIndex === 1" :handlePassVo="handlePassVo" :baseCase="baseCase"></MyProcess>
                    <MyFilePicture v-else-if="activeIndex === 2" :filesPictureVo="filesPictureVo" ></MyFilePicture>
                    <MyFilePicture v-else-if="activeIndex === 2" :filesPictureVo="filesPictureVo" :mycode='mycode'></MyFilePicture>
                    <MySovleProblem v-else-if="activeIndex === 3" :baseCase="baseCase" :handlePassVo="handlePassVo"></MySovleProblem>
                    <MyScene v-else :currentSitVo="currentSitVo" :baseCase="baseCase"></MyScene>
                </div>
@@ -189,7 +189,7 @@
            this.activeIndex = index;
        },
    },
    props: ['info']
    props: ['info','mycode']
}
</script>
<style lang="scss" scoped>