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