mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
修改错别字
This commit is contained in:
parent
498f3196b4
commit
3250b676fa
@ -79,7 +79,7 @@
|
||||
<view class="text-gray">{{item.createTime }}</view>
|
||||
</view>
|
||||
<view class="flex margin-top-xs justify-between">
|
||||
<view class="text-gray">报修内容</view>
|
||||
<view class="text-gray">投诉内容</view>
|
||||
<view class="text-gray">{{item.context}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
<view class="margin-top-sm margin-left margin-right">
|
||||
<text class="text-df">{{item.context}}</text>
|
||||
</view>
|
||||
<view class="margin-top-sm margin-left margin-right grid text-center col-3 grid-square">
|
||||
<view class="margin-top-sm margin-left margin-right grid text-center col-3 grid-square" v-if="item.photos.length > 0">
|
||||
<view class="" v-for="(_item,index) in item.photos" :key="index">
|
||||
<image mode="scaleToFill" :data-url="_item.url" :src="_item.url" @tap="preview"></image>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user