Commit 464ec7d2 authored by zhengke's avatar zhengke

修改

parent f0b0f783
......@@ -172,10 +172,10 @@
try {
userInfo = JSON.parse(localStorage.u);
if (!userInfo.customerId) {
window.location.href = 'https://activity.oytour.com/html/login.html';
window.location.href = 'http://activity.oytour.com/html/login.html';
}
} catch (e) {
window.location.href = 'https://activity.oytour.com/html/login.html';
window.location.href = 'http://activity.oytour.com/html/login.html';
}
} else {
// 如果进入页面没有登录的参数 处理跳到h5页面登录
......@@ -183,10 +183,10 @@
if (href.split('?')[1].indexOf('customerId') == -1 || href.split('?')[1].indexOf('accountId') == -1 ||
href.split('?')[1].indexOf('token') == -1 || href.split('?')[1].indexOf('secretKey') == -1 ||
href.split('?')[1].indexOf('platform') == -1) {
window.location.href = 'https://activity.oytour.com/html/login.html';
window.location.href = 'http://activity.oytour.com/html/login.html';
}
} else {
window.location.href = 'https://activity.oytour.com/html/login.html';
window.location.href = 'http://activity.oytour.com/html/login.html';
}
......@@ -453,7 +453,7 @@
url_openid = encodeURIComponent(url_openid);
$.ajax({
type: "GET",
url: 'https://reborn.oytour.com/api/test/GetHtmlByUrl?urlStr=' + url_openid,
url: 'http://reborn.oytour.com/api/test/GetHtmlByUrl?urlStr=' + url_openid,
async: false,
success: function(res) {
if (res) {
......@@ -495,7 +495,7 @@
}
//跳转到h5优惠券
if (platform == 'H5') {
window.location.href = 'https://activity.oytour.com/html/coupons.html';
window.location.href = 'http://activity.oytour.com/html/coupons.html';
}
})
//点击隐藏提示
......
......@@ -530,7 +530,7 @@
}
//跳转至下载
function goDownLoad(){
window.location.href = 'https://activity.oytour.com/html/downloadApp.html';
window.location.href = 'http://activity.oytour.com/html/downloadApp.html';
}
</script>
</html>
......@@ -336,10 +336,10 @@
try{
userInfo=JSON.parse(localStorage.u);
if(userInfo.customerId){
window.location.href = 'https://activity.oytour.com/html/GT_activities.html';
window.location.href = 'http://activity.oytour.com/html/GT_activities.html';
}
}catch (e) {
window.location.href = 'https://activity.oytour.com/html/login.html';
window.location.href = 'http://activity.oytour.com/html/login.html';
}
}
//跳转至激活
......@@ -400,7 +400,7 @@
}
localStorage.u = JSON.stringify(userInfo)
window.location.href = 'https://activity.oytour.com/html/GT_activities.html';
window.location.href = 'http://activity.oytour.com/html/GT_activities.html';
//window.location.href='http://127.0.0.1:5500/html/GT_activities.html';
}else{
layer.msg(res.message);
......
......@@ -229,7 +229,7 @@
function pay() {
if (!localStorage.openid) {
window.location.href = 'https://activity.oytour.com/html/GT_activities.html';
window.location.href = 'http://activity.oytour.com/html/GT_activities.html';
}
if (!payBtn) {
layer.msg('您已经超出支付时间!');
......@@ -247,7 +247,7 @@
}
$.ajax({
type: "POST",
url: `https://reborn.oytour.com/api/WeChatNotify/DoPay?sOrderNo=${payMsg.sOrderNo}&sCurOpenID=${localStorage.openid}`,
url: `http://reborn.oytour.com/api/WeChatNotify/DoPay?sOrderNo=${payMsg.sOrderNo}&sCurOpenID=${localStorage.openid}`,
contentType: "application/json",
async: false,
success: function(res) {
......@@ -288,7 +288,7 @@
if (res.err_msg == "get_brand_wcpay_request:ok") {
// 使用以上方式判断前端返回,微信团队郑重提示:
//res.err_msg将在用户支付成功后返回ok,但并不保证它绝对可靠。
window.location.href = 'https://activity.oytour.com/html/paySuccess.html';
window.location.href = 'http://activity.oytour.com/html/paySuccess.html';
}
});
}
......
......@@ -64,7 +64,7 @@
<script>
function goDetail(){
//window.location.href = 'http://192.168.0.117:5500/html/coupons.html';
window.location.href = 'https://activity.oytour.com/html/coupons.html';
window.location.href = 'http://activity.oytour.com/html/coupons.html';
}
</script>
</html>
......@@ -274,7 +274,7 @@ $.fn.dataStatistics = function(options) {
window.wx.miniProgram.navigateTo({
url: `/pages/Home/pay/pay?data=` + JSON.stringify(data),
});
});
});
} else if (options.platform == 'H5') {
let userInfo = getLocalStorage()
let data = {};
......@@ -285,9 +285,9 @@ $.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 = 'https://127.0.0.1:5500/html/pay.html';
//window.location.href = 'http://192.168.0.117:5500/html/pay.html';
window.location.href = 'https://activity.oytour.com/html/pay.html';
window.location.href = 'http://activity.oytour.com/html/pay.html';
}
......
......@@ -2,11 +2,11 @@
let locationName = window.location.hostname;
function getApiUrl() {
let url = {
urlPost: "https://reborn.oytour.com/api/common/post",
urlPost: "http://reborn.oytour.com/api/common/post",
//urlPost: locationName.indexOf('oytour') !== -1 ? "http://reborn.oytour.com/api/common/post" : "http://192.168.2.214:8082/api/common/post",
//urlJava: locationName.indexOf('oytour') !== -1 ? "https://efficient.oytour.com/" : "http://192.168.2.215:9000/"
urlJava: "https://efficient.oytour.com/"
urlJava: "http://efficient.oytour.com/"
}
return url
}
......
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