修改bug
This commit is contained in:
@@ -52,11 +52,10 @@
|
||||
<view class="photo-container" v-if="repairInfo.images && repairInfo.images.length">
|
||||
<image class="photo-item" v-for="(img, index) in repairInfo.images" :key="index" :src="img" mode="aspectFill" @click="previewImage(img)"></image>
|
||||
</view>
|
||||
<view class="photo-container" v-else>
|
||||
<!-- <view class="photo-container" v-else>
|
||||
<view class="photo-item">
|
||||
<!-- <uni-icons type="plusempty" size="24" color="#ccc"></uni-icons> -->
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="info-item">
|
||||
<view class="info-label">预约时间</view>
|
||||
|
||||
Reference in New Issue
Block a user