lsc 4 ngày trước cách đây
mục cha
commit
f8eeb679c2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);