联调拆表

This commit is contained in:
2025-11-10 16:09:38 +08:00
parent 639f92540f
commit 07add88856
6 changed files with 43 additions and 12 deletions

View File

@@ -46,7 +46,7 @@
<van-button type="danger" size="small" bind:click="clearImage" custom-style="margin-right: 20rpx;"> 清除 </van-button>
</view>
</view>
<van-image wx:if="{{!!url}}" width="100" height="100" src="{{url}}" custom-style="margin-left: 20rpx;" />
<van-image wx:if="{{!!url}}" width="100" height="100" src="{{url}}" custom-style="margin-left: 20rpx;" bind:tap="showImage" />
</view>
</searchSelectWrapper>