Skip to content

Commit

Permalink
Update YourGame.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SuCicada authored Nov 29, 2019
1 parent 6b92773 commit df680b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples-plus/Demo1/YourGame.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@ YourGame = {
href ="https://github.com/SuCicada/Algorithm-PlayGround"
}else{
str += "\n点击前往更大更广阔的世界吧.";
href = 'part2.html'
href = '../Demo1-2'
}
APG.Game.WIN(str,function(){
window.location.href = href;
});
}
}
}
}

0 comments on commit df680b6

Please sign in to comment.