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