filePicker
+index" title="气瓶图片" :limit="4" :value="gasImgs[index]"
autoUpload="false" :imageStyles="imageStyles" @select="handleSelect(index,$event)"
@delete="handleDelete(index,$event)" @success="handleSuccess(index,$event)"><image src="/static/upload.png" style="width: 90px;height: 90px;" mode="aspectFit"></image>
</uni-file-picker>
this.$refs["filePicker0"].clearFiles(0);
1 个回复
a***@163.com
:ref="filePicker+index"这个里面的filePicker是个变量吗?