|
@@ -25,7 +25,7 @@
|
|
if(id == null || id == undefined || id == ""){
|
|
if(id == null || id == undefined || id == ""){
|
|
window.location.href = "https://wx.ttkuaiban.com/minigame";
|
|
window.location.href = "https://wx.ttkuaiban.com/minigame";
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ success();
|
|
$.post("./user/getWxConfigParam?url=https://wx.ttkuaiban.com/minigame/lottery.html", {}, function(resp) {
|
|
$.post("./user/getWxConfigParam?url=https://wx.ttkuaiban.com/minigame/lottery.html", {}, function(resp) {
|
|
if (resp.code == 'error') {
|
|
if (resp.code == 'error') {
|
|
console.log(resp.code);
|
|
console.log(resp.code);
|
|
@@ -154,7 +154,8 @@
|
|
alert("请填写完整信息");
|
|
alert("请填写完整信息");
|
|
}else{
|
|
}else{
|
|
$.post("./prize/luckDrawAddInfo", {
|
|
$.post("./prize/luckDrawAddInfo", {
|
|
- id: recordId,
|
|
|
|
|
|
+// id: recordId,
|
|
|
|
+ id: 16,
|
|
phone: phone,
|
|
phone: phone,
|
|
userName: name
|
|
userName: name
|
|
}, function(resp) {
|
|
}, function(resp) {
|
|
@@ -162,7 +163,7 @@
|
|
console.log(resp.code);
|
|
console.log(resp.code);
|
|
}else{
|
|
}else{
|
|
alert("填写成功");
|
|
alert("填写成功");
|
|
- window.location.href = "index.html";
|
|
|
|
|
|
+// window.location.href = "index.html";
|
|
}
|
|
}
|
|
});
|
|
});
|
|
}
|
|
}
|