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.
@@ -9623,7 +9623,7 @@ const bu = /* @__PURE__ */ function() {
9623
9623
  },
9624
9624
  async getUserInfo() {
9625
9625
  let t = await this.request.get("/app/user/info");
9626
- t.code === 200 && (this.user = t.data || {});
9626
+ t.code === 200 && (this.user = t.data || {}, this.userIdData = t.data.uid);
9627
9627
  },
9628
9628
  async handleGetSimulation(t) {
9629
9629
  this.handleTips("", !0, "loading");