fix: 没数据时隐藏图片

This commit is contained in:
anonymous
2025-01-02 11:06:05 +08:00
parent bcd940efe3
commit 30369077af
+1
View File
@@ -98,6 +98,7 @@
<view class="text-14 mt-15 text-#333 p-16 shadow-[0_0_10px_rgba(10,68,245,0.1)] rounded-10">
<view @click="handleUpload" class="text-14 text-gradient">上传截图</view>
<image
v-if="form.change_image"
mode="aspectFill"
@click="handlePreview"
class="w-100 h-100 mt-15 rounded-10"