north 8 年之前
父節點
當前提交
f3cab8f4b1
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      www/webapp/moonclub/views/index/index.php

+ 0 - 4
www/webapp/moonclub/views/index/index.php

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