乐趣区

关于html5:eluplod报错cannot-set-property-status-of-undefined


起因:fileList 设置为空 / 空数组 /undefined 导致的
解决:fileList 不要设置为空 / 空数组 /undefined
解决 2:在 uploadSuccess 的函数里应用 setimeout 提早清空,
setTimeout(() => {

this.$refs.upload.clearFiles()

}, 1000);

退出移动版