ddy-process-h5 1.0.1-rc.2.33 → 1.0.1-rc.2.35

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ddy-process-h5",
3
- "version": "1.0.1-rc.2.33",
3
+ "version": "1.0.1-rc.2.35",
4
4
  "description": "> app端 流程插件",
5
5
  "main": "./ddy-process-h5.umd.cjs",
6
6
  "style": "./style.css",
@@ -22704,10 +22704,10 @@ const NC = /* @__PURE__ */ function() {
22704
22704
  if (console.log(e, "res"), e.code == 200) {
22705
22705
  const i = {};
22706
22706
  if (i.currentProcessOriginData = e.data || [], i.currentProcessOriginData.length > 0) {
22707
- let t = i.currentProcessOriginData[0], s = (t.currentName || "").split(",");
22708
- s = s.map((n) => ({
22709
- realName: n,
22710
- avatar: "",
22707
+ let t = i.currentProcessOriginData[0], s = (t.currentName || "").split(","), n = (t.avatar || "").split(",");
22708
+ s = s.map((r, a) => ({
22709
+ realName: r,
22710
+ avatar: n[a] || "",
22711
22711
  phone: "",
22712
22712
  ancestorNames: []
22713
22713
  })), i.currentMan = s, i.currentFirstNode = t, this.currentProcess = i;