Commit 22f0189c authored by 华国豪's avatar 华国豪 🙄

1

parent 3a670de9
...@@ -74,9 +74,9 @@ ...@@ -74,9 +74,9 @@
<script> <script>
let buyIf = {} let buyIf = {}
if (localStorage.buyInfo) { if (localStorage.buyInfo) {
buyIf = JSON.parse(localStorage.buyInfo) buyIf = JSON.parse(localStorage.buyInfo)
}else { }else {
window.location.href = 'https://activity.oytour.com/html/GT_activities.html'; history.go(-1)
} }
if (buyIf.platform == 'app') { if (buyIf.platform == 'app') {
move(1) move(1)
......
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