[bug]修改商品评论 null 的问题

This commit is contained in:
Gao xiaosong
2020-04-24 01:06:21 +08:00
parent 2171e9f7bd
commit fd14ec6947
4 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<view class="start" :class="'star' + item.star"></view>
</view>
</view>
<view class="time">{{ dataFormat(item.addTime) }} {{ item.suk }}</view>
<view class="time">{{ dataFormat(item.addTime) }} {{ item.suk||'' }}</view>
<view class="evaluate-infor">{{ item.comment }}</view>
<view class="imgList acea-row">
<view class="pictrue" v-for="(itemn, eq) in item.picturesArr" :key="eq">