|
|
@@ -222,8 +222,8 @@
|
|
|
|
|
|
<view class="justify-between align-center" v-if="!isFocus">
|
|
|
<view :class="[liveItem.showType === 1 ? 'horizontal' : 'vertical','icon-bg','ml20']"
|
|
|
- style="position: relative;">
|
|
|
- <LikeButton style="z-index: 99999;" :initialCount="100" :heartsPerClick="5" @like="onLike" />
|
|
|
+ style="position: relative;" @click="onLike">
|
|
|
+ <LikeButton :initialCount="100" :heartsPerClick="5" @like="onLike" />
|
|
|
<view class="num">{{liveViewData && liveViewData.like||0}}</view>
|
|
|
</view>
|
|
|
</view>
|