浏览代码

Merge branch 'moonclub' of git.oschina.net:yiguanjia/php into moonclub

seam 8 年之前
父节点
当前提交
97ead08312
共有 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; ?>';
       }