소스 검색

Merge branch 'master' of http://47.100.37.243:10080/wutt/game

# Conflicts:
#	minigame/WebContent/js/main.js
sunyadv 5 년 전
부모
커밋
b7c6442c46
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      minigame/WebContent/js/main.js

+ 1 - 1
minigame/WebContent/js/main.js

@@ -614,7 +614,7 @@ function handleComplete(evt, comp) {
                         })
 
 
-                        if(document.location.href.indexOf('type') > -1){
+                        if(document.location.href.indexOf('type') == -1){
                             var href = document.location.href + (document.location.href.indexOf('?') > -1?'&':'?') + "type=" + chooseType + "&food=" + dishIndex;
                             history.pushState("", "Title", href);
                         }