@yoooloo42/joker 1.0.233 → 1.0.234

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -42887,7 +42887,7 @@ const hdl = {
42887
42887
  success (response, file, fileList) { // 上传
42888
42888
  // 重置文件列表, 注意:通过使用splice保持响应性
42889
42889
  // 只能上传一个图片
42890
- fileList_box.value.splice(0, fileList_box.value.length, ...JSON.parse(JSON.stringify(fileList)));
42890
+ fileList_box.value = fileList;
42891
42891
  if (response.code === 0) {
42892
42892
  const arr = [];
42893
42893
  fileList_box.value.forEach(i=>{