mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 19:06:46 +08:00
增加取消收藏功能
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</view>
|
||||
<view class="item-bottom">
|
||||
<text class="item-time">收藏时间:{{ item.time }}</text>
|
||||
<view class="rowbtn rowbtn-primary">
|
||||
<view class="rowbtn rowbtn-primary" @click="delCollectItem(item)">
|
||||
<image src="../../static/images/icon/favo.png" mode=""></image>取消收藏
|
||||
</view>
|
||||
</view>
|
||||
@@ -63,7 +63,7 @@
|
||||
<author-info :avatar="item.avatar" :name="item.sysCreateBy" :info="item.orgInfo" :sex="item.sex"></author-info>
|
||||
<view class="artical_text_bottom">
|
||||
<text class="item-time">收藏时间:{{ item.time }}</text>
|
||||
<view class="rowbtn rowbtn-primary">
|
||||
<view class="rowbtn rowbtn-primary" @click="delCollectItem(item)">
|
||||
<image src="../../static/images/icon/favo.png" mode=""></image>取消收藏
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user