zhytech-ui-mobile 1.1.14 → 1.1.15

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/README.md CHANGED
@@ -79,6 +79,12 @@ npm install --legacy-peer-deps
79
79
 
80
80
  > #### 版本更新清单:
81
81
 
82
+ **V 1.1.15**
83
+ ```html
84
+ 1.修复动态模板中图片上传组件预览问题,预览图片大小为240px
85
+ 2.修复动态模板中图片组件没有回传parentID问题
86
+ ```
87
+
82
88
  **V 1.1.14**
83
89
  ```html
84
90
  1.修复动态模板中如果标题和组件相同时,保存时出现重复问题
@@ -26684,9 +26684,10 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
26684
26684
  });
26685
26685
  fileList.push({
26686
26686
  sourceType: component.itemSourceType,
26687
- id: componentID,
26688
- pageID: component.props.pageID,
26687
+ pageID,
26689
26688
  groupID,
26689
+ parentID: componentID,
26690
+ id: componentID,
26690
26691
  fileIDs,
26691
26692
  files: addFileList
26692
26693
  });