zhangshuling před 3 roky
rodič
revize
e5d4a3e3b8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pages/index/index.js

+ 1 - 1
pages/index/index.js

@@ -277,7 +277,7 @@ Page({
             orgName: u.orgName
           })
         }
-        if (u.id === rs.id) { // 当前用户
+        if (u.studentId === rs.attr.personId) { // 当前用户
           const headImg = u.imageUrl ? urls.oss_file + 'image/' + u.imageUrl : '/images/head.png';
           student = {
             studentId: u.studentId,