Kaynağa Gözat

upload 健康護照 vConsole

VicCG.Lin 1 yıl önce
ebeveyn
işleme
a484279cec
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3
    1
      src/fe/healthpassport/js/services/index.js

+ 3
- 1
src/fe/healthpassport/js/services/index.js Dosyayı Görüntüle

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