ui-process-h5 2.6.15 → 2.6.16

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": "ui-process-h5",
3
- "version": "2.6.15",
3
+ "version": "2.6.16",
4
4
  "description": "> app端 流程插件",
5
5
  "main": "./ui-process-h5.umd.cjs",
6
6
  "style": "./style.css",
@@ -10247,7 +10247,7 @@ const Td = /* @__PURE__ */ function() {
10247
10247
  },
10248
10248
  async getUserInfo() {
10249
10249
  let e = await this.request.get("/app/user/info");
10250
- e.code === 200 && (this.user = e.data || {});
10250
+ e.code === 200 && (this.user = e.data || {}, this.userIdData = e.data.uid);
10251
10251
  },
10252
10252
  async handleGetSimulation(e) {
10253
10253
  this.handleTips("", !0, "loading");