|
|
@ -3,25 +3,25 @@ |
|
|
|
<!-- 查看全部评论 --> |
|
|
|
<global-loading /> |
|
|
|
|
|
|
|
<view class="evaluateTag-box" > |
|
|
|
<!-- <view class="evaluateTag-box" > |
|
|
|
<view class="evaluateTag-text"> |
|
|
|
全部({{commentListLength}}) |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view>--> |
|
|
|
<view class="flex-column-plus evaluateList-box"> |
|
|
|
<view class="evaluate-contentbox mar-top-20" v-for="(item,index) in commentList" :key="index"> |
|
|
|
<view class="evaluate-contentbox" v-for="(item,index) in commentList" :key="index"> |
|
|
|
<view class="evaluate-content flex-items flex-row flex-sp-between"> |
|
|
|
<view class="flex-items"> |
|
|
|
<image class="user-headSmallImg" :src="item.headImage"></image> |
|
|
|
<view class=""> |
|
|
|
<text class="fs28 mar-left-20">{{item.name}}</text> |
|
|
|
<view class="mar-left-20 fs22 font-color-999 mar-top-10"> |
|
|
|
<text class="fs28 font-color-252744 mar-left-10">{{item.name}}</text> |
|
|
|
<view class="mar-left-20 fs22 font-color-90919C mar-top-10"> |
|
|
|
<text>{{item.value}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="fs26 pad-topbot-20 font-color-333">{{item.comment}}</view> |
|
|
|
<view class="fs28 pad-topbot-20 font-color-252744">{{item.comment}}</view> |
|
|
|
<view class="evaluateImg-box"> |
|
|
|
<view v-for="(commentItemImg, cindex) in item.images" :key="cindex"> |
|
|
|
<image @click="previewImg(commentItemImg)" class="img-item" :src="commentItemImg"></image> |
|
|
@ -37,13 +37,13 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="praisebig-box flex-items mar-top-30 flex-sp-between"> |
|
|
|
<text class="font-color-999 fs22">{{item.createTime}}</text> |
|
|
|
<text class="font-color-90919C fs24">{{item.createTime}}</text> |
|
|
|
<view class="praise-box flex-items flex-row"> |
|
|
|
<!-- <image class="praise-icon" src="https://ceres.zkthink.com/static/images/praiseIcon.png"></image> --> |
|
|
|
<image class="praise-icon" @click="zanTap(index,item.commentId,0)" src="https://ceres.zkthink.com/static/images/praiseActiveIcon.png" |
|
|
|
<image class="praise-icon" @click="zanTap(index,item.commentId,0)" src="https://wechat.hnthee.com/ceres-local-file/image/evaluate_like_active.png" |
|
|
|
v-if="item.ifLike == 1"></image> |
|
|
|
<image class="praise-icon" @click="zanTap(index,item.commentId,1)" src="https://ceres.zkthink.com/static/images/praiseIcon.png" v-else></image> |
|
|
|
<text class="mar-left-10 font-color-999">{{item.likes}}</text> |
|
|
|
<image class="praise-icon" @click="zanTap(index,item.commentId,1)" src="https://wechat.hnthee.com/ceres-local-file/image/evaluate_like_normal.png" v-else></image> |
|
|
|
<text class="mar-left-10 font-color-90919C">{{item.likes}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -155,15 +155,15 @@ |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
flex-direction: column; |
|
|
|
padding: 30upx 30upx; |
|
|
|
padding: 15upx 30upx; |
|
|
|
background-color: #FFFFFF; |
|
|
|
.evaluate-content{ |
|
|
|
width: 670upx; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
.user-headSmallImg{ |
|
|
|
width: 60upx; |
|
|
|
height: 60upx; |
|
|
|
width: 72rpx; |
|
|
|
height: 72rpx; |
|
|
|
border-radius: 50%; |
|
|
|
} |
|
|
|
} |
|
|
@ -197,12 +197,12 @@ |
|
|
|
color: #C5AA7B; |
|
|
|
} |
|
|
|
.praisebig-box{ |
|
|
|
border-top: 1upx solid #EEEEEE; |
|
|
|
padding-top: 30upx; |
|
|
|
border-bottom: 1upx solid #EEEEEE; |
|
|
|
padding-bottom: 30upx; |
|
|
|
.praise-box{ |
|
|
|
.praise-icon{ |
|
|
|
width: 60upx; |
|
|
|
height: 60upx; |
|
|
|
width: 28rpx; |
|
|
|
height: 26rpx; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|