Commit b1f481ec by libai

测试

parent 80bf8093
......@@ -2680,6 +2680,7 @@ $(function(){
layer.msg(data.msg)
return;
}
layer.msg(data.isPay)
if(data.isPay==true){
$.ajax({
url:$ip+'gift/doGiftGudielineSend',
......
......@@ -3297,30 +3297,30 @@ $(function () {
}
//充值完成通知
if (obj.cid == 8000){
if(newGiftOk==false)return;
newGiftOk=false;
layer.closeAll()
setTimeout(function() {
layer.open({
type: 1,
title: false,
shadeClose: false,
skin: "yourclass5",
area: ["328px","243px"],
content: $(".layer-gift-box"),
end: function () {
$(".layui-layer-shade").hide()
layer.closeAll()
}
})
}, 500);
// if(newGiftOk==false)return;
// newGiftOk=false;
// layer.closeAll()
// setTimeout(function() {
// layer.open({
// type: 1,
// title: false,
// shadeClose: false,
// skin: "yourclass5",
// area: ["328px","243px"],
// content: $(".layer-gift-box"),
// end: function () {
// $(".layui-layer-shade").hide()
// layer.closeAll()
// }
// })
// }, 500);
$(".layer-gift-btn1").unbind("click").on("click",function(){
layer.closeAll()
})
$(".layer-gift-btn2").unbind("click").on("click",function(){
newGiftSend()
})
// $(".layer-gift-btn1").unbind("click").on("click",function(){
// layer.closeAll()
// })
// $(".layer-gift-btn2").unbind("click").on("click",function(){
// newGiftSend()
// })
}
//刷獎送禮
if(obj.cid == 5300){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment