送洗评价图片预览

This commit is contained in:
ghusermoon 2020-09-05 14:40:15 +08:00
parent f190b82468
commit e19ae7ed82

View File

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