Reiskuchen 5 سال پیش
والد
کامیت
b3bfb86b01
2فایلهای تغییر یافته به همراه4 افزوده شده و 8 حذف شده
  1. 2 4
      minigame/WebContent/lottery.html
  2. 2 4
      minigame/WebContent/static/lottery.html

+ 2 - 4
minigame/WebContent/lottery.html

@@ -10,7 +10,7 @@
     <link rel="stylesheet" href="css/lottery.css" type="text/css" />
     <script type="text/javascript">
     	//从localstorage中取得ID
-    	var id = localStorage.getItem("userId");
+    	var id = localStorage.userId;
         var current = 0;
         var last = 0;
         var threshold = 0;
@@ -27,11 +27,9 @@
             localStorage.setItem("userId", id);
             //在这里查看是否有id
             if(id == null){
-            	alert("请先登录");
-            	window.location.href = "index.html";
+            	window.location.href = "http://wx.ttkuaiban.com/minigame";
             }
             
-            
             //获取
             $.post("./prize/luckDrawList", {}, function(resp) {
 				if (resp.code == 'error') {

+ 2 - 4
minigame/WebContent/static/lottery.html

@@ -10,7 +10,7 @@
     <link rel="stylesheet" href="css/lottery.css" type="text/css" />
     <script type="text/javascript">
     	//从localstorage中取得ID
-    	var id = localStorage.getItem("userId");
+    	var id = localStorage.userId;
         var current = 0;
         var last = 0;
         var threshold = 0;
@@ -27,11 +27,9 @@
             localStorage.setItem("userId", id);
             //在这里查看是否有id
             if(id == null){
-            	alert("请先登录");
-            	window.location.href = "index.html";
+            	window.location.href = "http://wx.ttkuaiban.com/minigame";
             }
             
-            
             //获取
             $.post("../prize/luckDrawList", {}, function(resp) {
 				if (resp.code == 'error') {