@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.cjs.js CHANGED
@@ -42891,7 +42891,7 @@ const hdl = {
42891
42891
  success (response, file, fileList) { // 上传
42892
42892
  // 重置文件列表, 注意:通过使用splice保持响应性
42893
42893
  // 只能上传一个图片
42894
- fileList_box.value.splice(0, fileList_box.value.length, ...JSON.parse(JSON.stringify(fileList)));
42894
+ fileList_box.value = fileList;
42895
42895
  if (response.code === 0) {
42896
42896
  const arr = [];
42897
42897
  fileList_box.value.forEach(i=>{