Bläddra i källkod

Merge branch 'dev'

VicCG.Lin 1 år sedan
förälder
incheckning
e253aca0b2
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3
    1
      src/fe/healthpassport/js/services/index.js

+ 3
- 1
src/fe/healthpassport/js/services/index.js Visa fil

20
       //   pictureUrl: "https://sprofile.line-scdn.net/0hAvrrYLRRHllfCwoU_RtgJi9bHTN8ekdLdWRZPmJYQGxnPFwLdG5Za29YSTkyb1AGID9XbzoLEmlTGGk_QV3ibVg7QG5mOVANdm5Uug",
20
       //   pictureUrl: "https://sprofile.line-scdn.net/0hAvrrYLRRHllfCwoU_RtgJi9bHTN8ekdLdWRZPmJYQGxnPFwLdG5Za29YSTkyb1AGID9XbzoLEmlTGGk_QV3ibVg7QG5mOVANdm5Uug",
21
       // }
21
       // }
22
 
22
 
23
+      m_LineUserId = profile.userId || '';
24
+
23
       if (['Ud3c9b3df7c92c51c94bc766fc7189bf5', 'U1856545fb999ec7ca759f34685e81207', 'U7ce424b056a71ecd30d5d5f34d37873d', 'U7cc9097f3663b4176054f5e33e31e194'].includes(m_LineUserId)) {
25
       if (['Ud3c9b3df7c92c51c94bc766fc7189bf5', 'U1856545fb999ec7ca759f34685e81207', 'U7ce424b056a71ecd30d5d5f34d37873d', 'U7cc9097f3663b4176054f5e33e31e194'].includes(m_LineUserId)) {
24
         var vConsole = new VConsole();
26
         var vConsole = new VConsole();
25
       }
27
       }
26
 
28
 
27
-      m_LineUserId = profile.userId || '';
29
+      
28
       m_LineName = profile.displayName || '';
30
       m_LineName = profile.displayName || '';
29
       m_LinePicture = profile.pictureUrl || '';
31
       m_LinePicture = profile.pictureUrl || '';
30
       m_UserModel = new UserModel( m_LineUserId);
32
       m_UserModel = new UserModel( m_LineUserId);