@yoooloo42/joker 1.0.10 → 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.esm.js CHANGED
@@ -16002,6 +16002,10 @@ var script$5 = {
16002
16002
  });
16003
16003
  },
16004
16004
  hdlSuccess (response, file, fileList) { // 上传
16005
+
16006
+ console.log('测试 000', this.myProps0.uploadUrl);
16007
+ console.log('测试 111', response);
16008
+
16005
16009
  if (response.code === 0) {
16006
16010
  // 重置文件列表
16007
16011
  this.fileList = fileList;
@@ -16511,7 +16515,7 @@ const _hoisted_2$2 = {
16511
16515
  };
16512
16516
 
16513
16517
  function render$2(_ctx, _cache, $props, $setup, $data, $options) {
16514
- const _component_Upload = resolveComponent("Upload");
16518
+ const _component_upload_filled = resolveComponent("upload-filled");
16515
16519
  const _component_el_icon = resolveComponent("el-icon");
16516
16520
  const _component_el_upload = resolveComponent("el-upload");
16517
16521
  const _component_el_button = resolveComponent("el-button");
@@ -16532,9 +16536,9 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
16532
16536
  createElementVNode("div", _hoisted_1$2, " " + toDisplayString($options.myProps0.tip ? $options.myProps0.tip : "可以上传" + $options.myProps0.limit + "个文件"), 1 /* TEXT */)
16533
16537
  ]),
16534
16538
  default: withCtx(() => [
16535
- createVNode(_component_el_icon, null, {
16539
+ createVNode(_component_el_icon, { class: "el-icon--upload" }, {
16536
16540
  default: withCtx(() => [
16537
- createVNode(_component_Upload)
16541
+ createVNode(_component_upload_filled)
16538
16542
  ]),
16539
16543
  _: 1 /* STABLE */
16540
16544
  }),