Commit e2115ad3 authored by zhengke's avatar zhengke

修改

parent 13722728
......@@ -415,7 +415,7 @@
$('.coupons_NavTwo div').click(function(){
$(this).addClass('Coupons_active').siblings().removeClass('Coupons_active');
})
//getAllTicket(0,'',1);
getAllTicket(0,'',1);
})
function showList(){
$('.coupons_tyList').slideToggle(300);
......
......@@ -384,8 +384,8 @@
let accountId=res.data.accountId;
let token=res.data.token;
let secretKey=res.data.secretKey;
//window.location.href = 'http://activity.oytour.com/html/GT_activities.html?customerId='+customerId+'&accountId='+accountId+'&token='+token+'&secretKey='+secretKey+'&platform=H5';
window.location.href = 'http://127.0.0.1:5500/html/GT_activities.html?customerId='+customerId+'&accountId='+accountId+'&token='+token+'&secretKey='+secretKey+'&platform=H5';
window.location.href = 'http://activity.oytour.com/html/GT_activities.html?customerId='+customerId+'&accountId='+accountId+'&token='+token+'&secretKey='+secretKey+'&platform=H5';
//window.location.href = 'http://127.0.0.1:5500/html/GT_activities.html?customerId='+customerId+'&accountId='+accountId+'&token='+token+'&secretKey='+secretKey+'&platform=H5';
}else{
layer.msg(res.message);
}
......
......@@ -282,7 +282,8 @@ $.fn.dataStatistics = function(options){
data.customerId=userInfo.customerId;
sessionStorage.setItem("payInfo", JSON.stringify(data));
window.location.href = 'http://127.0.0.1:5500/html/pay.html';
//window.location.href = 'http://127.0.0.1:5500/html/pay.html';
window.location.href = 'http://http://activity.oytour.com/html/pay.html';
}
}else {
......@@ -291,7 +292,7 @@ $.fn.dataStatistics = function(options){
}else {
layer.msg(res.message)
}
window.location.reload()
//window.location.reload()
}
},
......
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 to comment