Commit 1a6fdb3c by agan

修改规则

parent 618e1959
Showing with 6 additions and 2 deletions
......@@ -46,7 +46,9 @@
})
}
} else {
window.location.href = "https://www.footseen.xyz?go=footseen";
if (url_get_params().icid != '31187') {
window.location.href = "https://www.footseen.xyz?go=footseen";
}
}
}
</script>
......
......@@ -44,7 +44,9 @@
})
}
} else {
window.location.href = "https://www.footseen.xyz?go=footseen";
if (url_get_params().icid != '31187') {
window.location.href = "https://www.footseen.xyz?go=footseen";
}
}
}
</script>
......
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 sign in to comment