update api
This commit is contained in:
parent
dce6d3a1b8
commit
c7136c2c11
@ -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
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
BIN
static/image/common/9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
Loading…
x
Reference in New Issue
Block a user