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