Commit 96803ed9 authored by Mac's avatar Mac

1

parent ca9f7009
......@@ -60,6 +60,13 @@
}, 500)
}
)
let buyIf = {}
if (localStorage.buyInfo) {
buyIf = localStorage.buyInfo
}else {
window.location.href = 'https://activity.oytour.com/html/GT_activities.html';
}
</script>
</body>
</html>
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