feature/comment-0620-ch
ch 2 years ago
parent f278d52028
commit 4490d1af99

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-06-20 14:55:54 * @Date: 2022-06-20 14:55:54
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-06-29 20:57:06 * @LastEditTime: 2022-06-30 14:15:35
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -14,12 +14,12 @@
@submit="submitComment($event,idx)" @editChang="editChange($event, idx)"/> @submit="submitComment($event,idx)" @editChang="editChange($event, idx)"/>
<!-- 已评价过显示详情 --> <!-- 已评价过显示详情 -->
<template v-else> <template v-else>
<BsCommentInfo :commentDetail="item"/> <BsCommentInfo :commentDetail="item" v-if="!isFollow"/>
<SubmitFollowComment :commentDetail="item" <SubmitFollowComment :commentDetail="item"
@submit="submitFollowComment($event, idx)" @submit="submitFollowComment($event, idx)"
@editChange="editChange($event, idx)" :isFollow="isFollow"/> @editChange="editChange($event, idx)" :isFollow="isFollow"/>
<BsCommentMerchant v-if="item.merchantComment" :merchantComment="item.merchantComment"/> <BsCommentMerchant v-if="item.merchantComment && !isFollow" :merchantComment="item.merchantComment"/>
<BsCommentThumbup :commentDetail="item"/> <BsCommentThumbup :commentDetail="item" v-if="!isFollow"/>
</template> </template>
</view> </view>
</view> </view>

Loading…
Cancel
Save