|
@@ -21,10 +21,10 @@
|
|
|
<span>
|
|
<span>
|
|
|
<a-tooltip title="点赞">
|
|
<a-tooltip title="点赞">
|
|
|
<template v-if="detailObj.isLike == 1">
|
|
<template v-if="detailObj.isLike == 1">
|
|
|
- <HeartOutlined :style="{ color: '#fa6c8d' }" @click="like(item, 0)" />
|
|
|
|
|
|
|
+ <HeartOutlined :style="{ color: '#fa6c8d' }" @click="like(detailObj, 0)" />
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else>
|
|
<template v-else>
|
|
|
- <HeartOutlined @click="like(item, 1)" />
|
|
|
|
|
|
|
+ <HeartOutlined @click="like(detailObj, 1)" />
|
|
|
</template>
|
|
</template>
|
|
|
</a-tooltip>
|
|
</a-tooltip>
|
|
|
<span style="padding-left: 8px">
|
|
<span style="padding-left: 8px">
|