Index: /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/index.html
===================================================================
--- /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/index.html	(revision 20519)
+++ /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/index.html	(working copy)
@@ -143,6 +143,7 @@
         <button id="vpnOn" class="btn"></button>
         <button id="vpnOff" class="btn d-none"></button>
         <span id="vpnMsg"></span>
+        <div id="resCheckMsg"></div>
       </div>
       <div class="mobileVpn d-none">
         <button id="vpnStart" class="btn"></button>
@@ -268,4 +269,4 @@
   <script type="text/javascript" src="./l3vpn.js"></script>
 </body>
 
-</html>
\ No newline at end of file
+</html>
Index: /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/welcome.js
===================================================================
--- /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/welcome.js	(revision 20519)
+++ /branches/rel_ag_9_4_5/proxy/lite/ThemeMP/welcome/welcome.js	(working copy)
@@ -548,6 +548,13 @@
         },
 
         init: function () {
+            if (typeof _AN_login_res_check === 'undefined') {
+                setTimeout(() => this.init(), 100);
+                return;
+            }
+            if (_AN_login_res_check != "") {
+                $('#resCheckMsg').html(_AN_login_res_check);
+            }
             this.render();
             this.navbar();
             this.bindEvent()
