xbx #75
@ -15,17 +15,17 @@
|
|||||||
<image src="/static/image/common/4.png" @click.stop="showAction"></image>
|
<image src="/static/image/common/4.png" @click.stop="showAction"></image>
|
||||||
<view class="action" v-if="show == item.article_id">
|
<view class="action" v-if="show == item.article_id">
|
||||||
<view class="bubble">
|
<view class="bubble">
|
||||||
<view @click="articleLike">
|
<view @click.stop="articleLike">
|
||||||
<image src="/static/image/common/5.png" v-if="item.is_like == 0"></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>
|
<image src="/static/image/common/8.png" v-else></image>
|
||||||
<text>点赞</text>
|
<text>点赞</text>
|
||||||
</view>
|
</view>
|
||||||
<view @click="articleCollect">
|
<view @click.stop="articleCollect">
|
||||||
<image src="/static/image/common/6.png" v-if="item.is_collect == 0"></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>
|
<image src="/static/image/common/9.png" v-else></image>
|
||||||
<text>收藏</text>
|
<text>收藏</text>
|
||||||
</view>
|
</view>
|
||||||
<view @click="articleAddShield">
|
<view @click.stop="articleAddShield">
|
||||||
<image src="/static/image/common/7.png"></image>
|
<image src="/static/image/common/7.png"></image>
|
||||||
<text>屏蔽用户</text>
|
<text>屏蔽用户</text>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
Reference in New Issue
Block a user