【bug】会议不是pdf的分发邮箱 缴费凭证的显示
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!--components/imageUpload/imageUpload.wxml-->
|
||||
<view class="img_box">
|
||||
<view class="imgs" wx:for="{{tempFilePaths}}" wx:key="index">
|
||||
<view class="imgs" wx:for="{{tempFilePaths}}" wx:key="index" wx:if="{{tempFilePaths.length > 0}}">
|
||||
<image src='{{item}}' bindlongpress="deleteImage" bindtap="previewImage" data-index="{{index}}" mode='widthFix' />
|
||||
</view>
|
||||
<view class="imgs">
|
||||
|
||||
Reference in New Issue
Block a user