Merge branch 'stat' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/mobile into stat

This commit is contained in:
weinan2087
2022-11-18 17:16:56 +08:00
30 changed files with 830 additions and 226 deletions

View File

@@ -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({