Commit 607e9dcb authored by 华国豪's avatar 华国豪 🙄
parents b93cecbc 7d63a86d
......@@ -397,6 +397,7 @@
//优惠券的有限时间
let expirationDate = (res.data.expirationDate).split('T')[0].replace(/-/g, '.');
RushbuyTime = expirationDate;
$('.img_bg_p2').html('有效期截止:' + expirationDate)
} else {
......
......@@ -60,6 +60,14 @@
}, 500)
}
)
let buyIf = {}
if (localStorage.buyInfo) {
buyIf = localStorage.buyInfo
}else {
window.location.href = 'https://activity.oytour.com/html/GT_activities.html';
}
</script>
</body>
</html>
let locationName = window.location.hostname;
let RushbuyTime = '';
function getApiUrl() {
let url = {
urlPost: "https://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: "https://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