Showing
1 changed file
with
1 additions
and
1 deletions
@@ -64,7 +64,7 @@ chHammer.on('tap', function() { | @@ -64,7 +64,7 @@ chHammer.on('tap', function() { | ||
64 | function GoSearch(query) { | 64 | function GoSearch(query) { |
65 | // 保存搜索的内容 | 65 | // 保存搜索的内容 |
66 | writeSearch.setHistoryValFun(query); | 66 | writeSearch.setHistoryValFun(query); |
67 | - console.log(searchUrl) | 67 | + console.log(searchUrl); |
68 | document.location.href = searchUrl + '?query=' + query; | 68 | document.location.href = searchUrl + '?query=' + query; |
69 | } | 69 | } |
70 | 70 |
-
Please register or login to post a comment