送洗评价图片预览 #336

Merged
hansu merged 2 commits from zhy into master 2020-09-05 06:41:12 +00:00
Showing only changes of commit e19ae7ed82 - Show all commits

View File

@ -6,8 +6,8 @@
</view>
<view class="user-comment">
<view class="text u-line-2">{{ info.comment }}</view>
<view class="image" v-if="info.comment_img" @click="previewImage(info.comment_img)">
<image :src="info.comment_img" mode="aspectFit"></image>
<view class="image" v-if="info.comment_img">
<image :src="info.comment_img" mode="aspectFit" @click="previewImage(info.comment_img)"></image>
</view>
</view>
</view>