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