Explorar el Código

Merge branch 'master' of http://47.100.37.243:10080/wutt/game.git

quyueting hace 5 años
padre
commit
8ad5d83dac
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      minigame/WebContent/lottery.html

+ 4 - 3
minigame/WebContent/lottery.html

@@ -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,7 +154,8 @@
                 	alert("请填写完整信息");
                 }else{
                 	$.post("./prize/luckDrawAddInfo", {
-                		id: recordId,
+//                 		id: recordId,
+						id: 16,
                 		phone: phone,
                 		userName: name
                 	}, function(resp) {
@@ -162,7 +163,7 @@
         					console.log(resp.code);
         				}else{
         					alert("填写成功");
-        					window.location.href = "index.html";
+//         					window.location.href = "index.html";
         				}
         			});
                 }