前端活动欢迎页修改

This commit is contained in:
dy 2021-04-16 09:09:44 +08:00
parent 87ada3cbe7
commit 1f1a19a16d
1 changed files with 3 additions and 2 deletions

View File

@ -122,10 +122,11 @@
</body>
<script>
function jump(){
var flag = $("#flag").val;
var flag = $("#flag").val();
//根据不同玩法跳转不同页面
//todo 添加不同类型跳转页面
if (flag == "0"){
window.location.href='turntable.html?drawCode='+drawCode;
window.location.href='qrCode.html?drawCode='+drawCode;
}else{
window.location.href='scratchcard.html?drawCode='+drawCode;
}