zhy #36

Merged
hansu merged 2 commits from zhy into master 2020-06-29 09:38:31 +00:00
3 changed files with 4 additions and 2 deletions
Showing only changes of commit c7136c2c11 - Show all commits

View File

@ -12,11 +12,13 @@
<view class="action" v-if="show == item.article_id">
<view class="bubble">
<view>
<image src="/static/image/common/5.png"></image>
<image src="/static/image/common/5.png" v-if="item.is_like == 0"></image>
<image src="/static/image/common/8.png" v-else></image>
<text>点赞</text>
</view>
<view>
<image src="/static/image/common/6.png"></image>
<image src="/static/image/common/6.png" v-if="item.is_collect == 0"></image>
<image src="/static/image/common/9.png" v-else></image>
<text>收藏</text>
</view>
<view>

BIN
static/image/common/8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
static/image/common/9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB