We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974b2b6 commit 48c3e3dCopy full SHA for 48c3e3d
src/uploader/uploader.wxml
@@ -10,7 +10,7 @@
10
</view>
11
<view class="weui-uploader__bd">
12
<view class="weui-uploader__files">
13
- <block wx:for="{{currentFiles}}" wx:key="*this">
+ <block wx:for="{{currentFiles}}">
14
<view wx:if="{{item.error}}" data-index="{{index}}" bindtap="previewImage" class="weui-uploader__file weui-uploader__file_status">
15
<image class="weui-uploader__img" src="{{item.url}}" mode="aspectFill" />
16
<view class="weui-uploader__file-content">
0 commit comments