mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +08:00
提交修改
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<text style="font-size: 24upx;color: #999;margin-right: 35upx;">{{ item.sysCreateBy }}分享给我</text>
|
||||
</view>
|
||||
<view class="rowbtn-right">
|
||||
<view v-if="!item.isRead" class="Viewed">
|
||||
<view v-if="item.isRead" class="Viewed">
|
||||
已查看
|
||||
</view>
|
||||
<view v-else class="notViewed">
|
||||
@@ -270,6 +270,7 @@ export default {
|
||||
// }
|
||||
},
|
||||
toArticleDetail(item) {
|
||||
console.log(item,'item')
|
||||
if(!item.isRead){
|
||||
apiShares.updateIsRead(item.shareId).then(res=>{
|
||||
if(res.status==200){
|
||||
|
||||
Reference in New Issue
Block a user