@yoooloo42/joker 1.0.18 → 1.0.19

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
@@ -16168,6 +16168,11 @@ var script$4 = {
16168
16168
  },
16169
16169
  // eslint-disable-next-line
16170
16170
  hdlSuccess (response, file, fileList) { // 上传
16171
+
16172
+ console.log('测试 000', response);
16173
+ console.log('测试 111', file);
16174
+ console.log('测试 222', fileList);
16175
+
16171
16176
  if (response.code === 0) {
16172
16177
  // 重置文件列表
16173
16178
  // 因为只能上传1个图片,这里需要清空图片列表