|
@@ -1223,7 +1223,7 @@ function detectBrowser() {
|
|
|
U.MD.D.addOp3 = async (userTime, loadTime, object, status) => {
|
|
|
let userJson = {}
|
|
|
try {
|
|
|
- userJson = await fetch(US.Config.pbl + "selectUser?userid=" + US.userInfo.userId, { method: 'GET', credentials: 'include' });
|
|
|
+ userJson = await fetch(US.Config.pbl + "selectUser?userid=" + US.userInfo.userid, { method: 'GET', credentials: 'include' });
|
|
|
userJson = await userJson.json();
|
|
|
} catch (e) {
|
|
|
console.log(e);
|