获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
hi 你好 你使用过找个控件?麻烦仔细看下 https://developers.weixin.qq.com/miniprogram/dev/extended/weui/uploader.html 1.files表示集合对象 2.files的对象字段每一项的定义为 {url, loading, error} 根本没有 key
Do not set same key \"[object Object]\" in wx:key?Do not set same key \"[object Object]\" in wx:key. 使用控件 mp-uploader 当files参数大于1时,就会提示找个 错误消息 1.files.push( {url: 'xxx'} ) 2.<mp-uploader bindfail="uploadError" bindsuccess="uploadSuccess" select="{{selectFile}}" upload="{{uplaodFile}}" files="{{files}}" max-count="{{ uploaderMaxCount }}" title=" 微信截图" binddelete="deleteImg" showDelete="{{showImgDelete}}" > </mp-uploader>
2021-06-03