|
@@ -67,7 +67,6 @@
|
|
<Practice></Practice>
|
|
<Practice></Practice>
|
|
<!-- <other v-if="!isupdateCourse"></other> -->
|
|
<!-- <other v-if="!isupdateCourse"></other> -->
|
|
<Edu v-if="isLogin"></Edu>
|
|
<Edu v-if="isLogin"></Edu>
|
|
- <Feedback></Feedback>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="iframe" :style="leftShow ? { width: '100%' } : ''" v-else-if="activeIndex == 1" v-loading="loading">
|
|
<div class="iframe" :style="leftShow ? { width: '100%' } : ''" v-else-if="activeIndex == 1" v-loading="loading">
|
|
<iframe ref="iframeRef1" :src="iframeRef1Url" frameborder="0"></iframe>
|
|
<iframe ref="iframeRef1" :src="iframeRef1Url" frameborder="0"></iframe>
|
|
@@ -100,6 +99,7 @@
|
|
<iframe ref="iframeRef4" :src="iframeRef1Url4" frameborder="0"></iframe>
|
|
<iframe ref="iframeRef4" :src="iframeRef1Url4" frameborder="0"></iframe>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <Feedback></Feedback>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<script setup>
|
|
<script setup>
|