|
@@ -51,25 +51,25 @@
|
|
|
<div class="main_box" v-loading="loading">
|
|
|
<div style="display:flex;flex-wrap:wrap" v-if="!typeCheck">
|
|
|
<div class="box_course" v-for="(item, index) in zoneClass" :key="index" @click="
|
|
|
- goTo(
|
|
|
- '/courseDetailS?courseId=' +
|
|
|
- item.courseId +
|
|
|
- '&userid=' +
|
|
|
- userid +
|
|
|
- '&oid=' +
|
|
|
- oid +
|
|
|
- '&org=' +
|
|
|
- org +
|
|
|
- '&cid=' +
|
|
|
- classId +
|
|
|
- '&tType=' +
|
|
|
- tType +
|
|
|
- '&role=' +
|
|
|
- role +
|
|
|
- '&screenType=' +
|
|
|
- screenType
|
|
|
- )
|
|
|
- ">
|
|
|
+ goTo(
|
|
|
+ '/coursedetailStudio?courseId=' +
|
|
|
+ item.courseId +
|
|
|
+ '&userid=' +
|
|
|
+ userid +
|
|
|
+ '&oid=' +
|
|
|
+ oid +
|
|
|
+ '&org=' +
|
|
|
+ org +
|
|
|
+ '&cid=' +
|
|
|
+ classId +
|
|
|
+ '&tType=' +
|
|
|
+ tType +
|
|
|
+ '&role=' +
|
|
|
+ role +
|
|
|
+ '&screenType=' +
|
|
|
+ screenType
|
|
|
+ )
|
|
|
+ ">
|
|
|
<div class="wheel">
|
|
|
<img :src="
|
|
|
item.cover
|
|
@@ -124,25 +124,25 @@
|
|
|
<div class="title">{{ type.name }}</div>
|
|
|
<div style="display: flex;flex-flow: wrap;margin-top: 20px;">
|
|
|
<div class="box_course" v-for="(item, index) in type.course" :key="tindex + '-' + index" @click="
|
|
|
- goTo(
|
|
|
- '/courseDetailS?courseId=' +
|
|
|
- item.courseId +
|
|
|
- '&userid=' +
|
|
|
- userid +
|
|
|
- '&oid=' +
|
|
|
- oid +
|
|
|
- '&org=' +
|
|
|
- org +
|
|
|
- '&cid=' +
|
|
|
- classId +
|
|
|
- '&tType=' +
|
|
|
- tType +
|
|
|
- '&role=' +
|
|
|
- role +
|
|
|
- '&screenType=' +
|
|
|
- screenType
|
|
|
- )
|
|
|
- ">
|
|
|
+ goTo(
|
|
|
+ '/coursedetailStudio?courseId=' +
|
|
|
+ item.courseId +
|
|
|
+ '&userid=' +
|
|
|
+ userid +
|
|
|
+ '&oid=' +
|
|
|
+ oid +
|
|
|
+ '&org=' +
|
|
|
+ org +
|
|
|
+ '&cid=' +
|
|
|
+ classId +
|
|
|
+ '&tType=' +
|
|
|
+ tType +
|
|
|
+ '&role=' +
|
|
|
+ role +
|
|
|
+ '&screenType=' +
|
|
|
+ screenType
|
|
|
+ )
|
|
|
+ ">
|
|
|
<div class="wheel">
|
|
|
<img :src="
|
|
|
item.cover
|