|
|
@ -18,13 +18,13 @@ |
|
|
|
<van-button size="small" class="m-right7" round @click="communityPublicityGiveLike(info.id,'likes')"> |
|
|
|
<template #icon> |
|
|
|
<img src="@/assets/images/icons/link.png" alt="" class="img_20"> |
|
|
|
</template> 点赞{{ info.likes }} </van-button> |
|
|
|
</template> 点赞{{ info.likes || 0 }} </van-button> |
|
|
|
</div> |
|
|
|
<div class="flex1 flex flex-center1 flex-center2"> |
|
|
|
<van-button size="small" class="m-right7" round @click="communityPublicityGiveLike(info.id,'transpond')"> |
|
|
|
<template #icon> |
|
|
|
<img src="@/assets/images/icons/share.png" alt="" class="img_20"> |
|
|
|
</template> 转发 {{ info.transpond }} </van-button> |
|
|
|
</template> 转发 {{ info.transpond || 0 }} </van-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<Share :show="showShare" @closeShare="showShare = false" /> |
|
|
|