|
|
|
@ -197,6 +197,7 @@
|
|
|
|
<text @tap="getProdCommPage" data-evaluate="3" :class="evaluate==3?'selected':''">有图({{prodCommData.picNumber}})</text>
|
|
|
|
<text @tap="getProdCommPage" data-evaluate="3" :class="evaluate==3?'selected':''">有图({{prodCommData.picNumber}})</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="cmt-items">
|
|
|
|
<view class="cmt-items">
|
|
|
|
|
|
|
|
<block v-if="prodCommPage.records.length">
|
|
|
|
<view v-for="(item, index) in prodCommPage.records" :key="index" class="cmt-item">
|
|
|
|
<view v-for="(item, index) in prodCommPage.records" :key="index" class="cmt-item">
|
|
|
|
<view class="cmt-user">
|
|
|
|
<view class="cmt-user">
|
|
|
|
<text class="date">{{item.recTime}}</text>
|
|
|
|
<text class="date">{{item.recTime}}</text>
|
|
|
|
@ -214,6 +215,8 @@
|
|
|
|
<text class="reply-tit">店铺回复:</text> {{item.replyContent}}
|
|
|
|
<text class="reply-tit">店铺回复:</text> {{item.replyContent}}
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</block>
|
|
|
|
|
|
|
|
<view v-if="!prodCommPage.records.length" class="empty">暂无评价</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="load-more" v-if="prodCommPage.pages > prodCommPage.current">
|
|
|
|
<view class="load-more" v-if="prodCommPage.pages > prodCommPage.current">
|
|
|
|
<text @tap="getMoreCommPage">点击加载更多</text>
|
|
|
|
<text @tap="getMoreCommPage">点击加载更多</text>
|
|
|
|
|