north 8 years ago
parent
commit
fe25b1079e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/webapp/moonclub/views/index/index.php

+ 1 - 1
www/webapp/moonclub/views/index/index.php

@@ -51,7 +51,7 @@
     var ua = navigator.userAgent.toLowerCase();
 
     if (ua.match(/MicroMessenger/i) == 'micromessenger') {
-      var userID = getCookie("wxUserID");
+      var userID = getCookie("xyhwxUserID");
       if (!userID) {
         location.href = '<?php echo Yii::app()->request->baseUrl."/login/wxOpen&redirect_uri=".$current_uri; ?>';
       }