@yoooloo42/joker 1.0.11 → 1.0.12
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 +4 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -16006,6 +16006,10 @@ var script$5 = {
|
|
|
16006
16006
|
});
|
|
16007
16007
|
},
|
|
16008
16008
|
hdlSuccess (response, file, fileList) { // 上传
|
|
16009
|
+
|
|
16010
|
+
console.log('测试 000', this.myProps0.uploadUrl);
|
|
16011
|
+
console.log('测试 111', response);
|
|
16012
|
+
|
|
16009
16013
|
if (response.code === 0) {
|
|
16010
16014
|
// 重置文件列表
|
|
16011
16015
|
this.fileList = fileList;
|