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
package/v2/ui-process-h5.js
CHANGED
|
@@ -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");
|