fix: 没数据时隐藏图片
This commit is contained in:
@@ -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 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>
|
<view @click="handleUpload" class="text-14 text-gradient">上传截图</view>
|
||||||
<image
|
<image
|
||||||
|
v-if="form.change_image"
|
||||||
mode="aspectFill"
|
mode="aspectFill"
|
||||||
@click="handlePreview"
|
@click="handlePreview"
|
||||||
class="w-100 h-100 mt-15 rounded-10"
|
class="w-100 h-100 mt-15 rounded-10"
|
||||||
|
|||||||
Reference in New Issue
Block a user