lsc 4 天之前
父節點
當前提交
f8eeb679c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      js/Desktop/Onload.js

+ 1 - 1
js/Desktop/Onload.js

@@ -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);