@yoooloo42/joker 1.0.20 → 1.0.21
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 +0 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +0 -5
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -16164,11 +16164,6 @@ var script$4 = {
|
|
|
16164
16164
|
},
|
|
16165
16165
|
// eslint-disable-next-line
|
|
16166
16166
|
hdlSuccess (response, file, fileList) { // 上传
|
|
16167
|
-
|
|
16168
|
-
console.log('测试 000', response);
|
|
16169
|
-
console.log('测试 111', file);
|
|
16170
|
-
console.log('测试 222', fileList);
|
|
16171
|
-
|
|
16172
16167
|
if (response.code === 0) {
|
|
16173
16168
|
// 重置文件列表
|
|
16174
16169
|
// 因为只能上传1个图片,这里需要清空图片列表
|