|
@@ -26,29 +26,29 @@
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
</el-tabs>
|
|
</el-tabs>
|
|
</index-card>
|
|
</index-card>
|
|
- <index-card-generating class="mt20 index-block"></index-card-generating>
|
|
|
|
- <index-card title="视频课程" class="mt20 index-block" more-text="更多" @more="more('/question-center/video_course')">
|
|
|
|
- <el-tabs type="card">
|
|
|
|
- <el-tab-pane label="同步课程">
|
|
|
|
- <el-row :gutter="20">
|
|
|
|
- <el-col :span="6" class="video_item" v-for="item in tbvideoList">
|
|
|
|
- <img :src="item.img"
|
|
|
|
- @click=" toVideoDetail(item.pack_id,item.chapter_id,item.id, item.section_aliId,item.aliIdType)"/>
|
|
|
|
- <p class="text-center text-ellipsis f-999">{{ item.section_name }}</p>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- </el-tab-pane>
|
|
|
|
- <el-tab-pane v-if="specialSupport" :label="specialName">
|
|
|
|
- <el-row :gutter="20">
|
|
|
|
- <el-col :span="6" class="video_item" v-for="item in gkVideoList">
|
|
|
|
- <img :src="item.img"
|
|
|
|
- @click=" toVideoDetail(item.pack_id,item.chapter_id,item.id, item.section_aliId,item.aliIdType)"/>
|
|
|
|
- <p class="text-center text-ellipsis f-999">{{ item.section_name }}</p>
|
|
|
|
- </el-col>
|
|
|
|
- </el-row>
|
|
|
|
- </el-tab-pane>
|
|
|
|
- </el-tabs>
|
|
|
|
- </index-card>
|
|
|
|
|
|
+ <!--<index-card-generating class="mt20 index-block"></index-card-generating>-->
|
|
|
|
+ <!--<index-card title="视频课程" class="mt20 index-block" more-text="更多" @more="more('/question-center/video_course')">-->
|
|
|
|
+ <!--<el-tabs type="card">-->
|
|
|
|
+ <!--<el-tab-pane label="同步课程">-->
|
|
|
|
+ <!--<el-row :gutter="20">-->
|
|
|
|
+ <!--<el-col :span="6" class="video_item" v-for="item in tbvideoList">-->
|
|
|
|
+ <!--<img :src="item.img"-->
|
|
|
|
+ <!--@click=" toVideoDetail(item.pack_id,item.chapter_id,item.id, item.section_aliId,item.aliIdType)"/>-->
|
|
|
|
+ <!--<p class="text-center text-ellipsis f-999">{{ item.section_name }}</p>-->
|
|
|
|
+ <!--</el-col>-->
|
|
|
|
+ <!--</el-row>-->
|
|
|
|
+ <!--</el-tab-pane>-->
|
|
|
|
+ <!--<el-tab-pane v-if="specialSupport" :label="specialName">-->
|
|
|
|
+ <!--<el-row :gutter="20">-->
|
|
|
|
+ <!--<el-col :span="6" class="video_item" v-for="item in gkVideoList">-->
|
|
|
|
+ <!--<img :src="item.img"-->
|
|
|
|
+ <!--@click=" toVideoDetail(item.pack_id,item.chapter_id,item.id, item.section_aliId,item.aliIdType)"/>-->
|
|
|
|
+ <!--<p class="text-center text-ellipsis f-999">{{ item.section_name }}</p>-->
|
|
|
|
+ <!--</el-col>-->
|
|
|
|
+ <!--</el-row>-->
|
|
|
|
+ <!--</el-tab-pane>-->
|
|
|
|
+ <!--</el-tabs>-->
|
|
|
|
+ <!--</index-card>-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|