关注和我分享的

This commit is contained in:
zhaofang
2022-11-23 18:39:09 +08:00
parent 3464c29e02
commit 2b0aab2ca1
2 changed files with 31 additions and 21 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">
@@ -42,7 +42,7 @@
<text style="font-size: 24upx;color: #999;margin-right: 35upx;">分享给{{item.toAname}}</text>
</view>
<view class="rowbtn-right">
<view class="withdraw" v-if="item.isRead" @click.stop="withdraw(item)">
<view class="withdraw" v-if="!item.isRead" @click.stop="withdraw(item)">
<image src="../../static/images/icon/withdrawnew.png" mode=""></image>撤回
</view>
<view v-if="item.isRead" class="Viewed">
@@ -298,7 +298,7 @@ export default {
},
toArticleDetail(item) {
uni.navigateTo({
url: '/pages/resource/articeDetail?id=' + item.objId
url: '/pages/resource/articeDetail?id=' + item.id
});
},
toQaDetail(item) {