update api

This commit is contained in:
ghusermoon 2020-06-29 17:37:47 +08:00
parent dce6d3a1b8
commit c7136c2c11
3 changed files with 4 additions and 2 deletions

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