送洗评价图片预览
This commit is contained in:
parent
f190b82468
commit
e19ae7ed82
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user