Commit e2115ad3 authored by zhengke's avatar zhengke

修改

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