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/v3/ui-process-h5.js
CHANGED
|
@@ -6924,7 +6924,7 @@ const Ih = /* @__PURE__ */ S(yh, [["render", kh]]), Th = X({
|
|
|
6924
6924
|
},
|
|
6925
6925
|
async getUserInfo() {
|
|
6926
6926
|
let e = await this.request.get("/app/user/info");
|
|
6927
|
-
e.code === 200 && (this.user = e.data || {});
|
|
6927
|
+
e.code === 200 && (this.user = e.data || {}, this.userIdData = e.data.uid);
|
|
6928
6928
|
},
|
|
6929
6929
|
async handleGetSimulation(e) {
|
|
6930
6930
|
this.handleTips("", !0, "loading");
|