mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-16 06:16:47 +08:00
Merge branch 'stat' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/mobile into stat
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view>
|
||||
<page-title :showBack="true">我的分享</page-title>
|
||||
<!-- <page-title :showBack="true">我的分享</page-title> -->
|
||||
<view v-for="(item,index) in dataList.list" :key="index">
|
||||
<view v-if="item.type == 1">
|
||||
<view class="course_box">
|
||||
@@ -30,7 +30,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="item.type == 2">
|
||||
<view class="article_one" >
|
||||
<view class="article_one">
|
||||
<view>
|
||||
<view @click="toArticleDetail(item)" class="articla_tit" >
|
||||
<text v-html="$keywordActiveShow(item.title,query.keyword)"></text>
|
||||
@@ -285,15 +285,16 @@ export default {
|
||||
});
|
||||
},
|
||||
toCourseDetail(citem) {
|
||||
if (citem.contentType == 10) {
|
||||
// if (citem.contentType == 10) {
|
||||
// uni.navigateTo({
|
||||
// url: '/pages/resource/microDetail?id=' + citem.objId
|
||||
// });
|
||||
// } else {
|
||||
|
||||
uni.navigateTo({
|
||||
url: '/pages/resource/microDetail?id=' + citem.objId
|
||||
url: '/pages/study/courseStudy?id=' + citem.id
|
||||
});
|
||||
} else if (citem.contentType == 20 || citem.contentType == 21) {
|
||||
uni.navigateTo({
|
||||
url: '/pages/resource/courseDetail?id=' + citem.objId
|
||||
});
|
||||
}
|
||||
// }
|
||||
},
|
||||
toArticleDetail(item) {
|
||||
uni.navigateTo({
|
||||
|
||||
Reference in New Issue
Block a user