修改bug

This commit is contained in:
zhouyanli
2026-08-29 17:43:48 +08:00
parent 0661687bc5
commit eaa61c52f6
3 changed files with 39 additions and 5 deletions

View File

@@ -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>