Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
2016-08-15 18:34:23 +0800
Commit
942d883fc82a57d06fe1244ba29be2c1aa00b44a
1 parent
05503a64
index
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/search/index.js
public/js/product/search/index.js
View file @
942d883
...
...
@@ -64,7 +64,7 @@ chHammer.on('tap', function() {
function
GoSearch
(
query
)
{
// 保存搜索的内容
writeSearch
.
setHistoryValFun
(
query
);
console
.
log
(
searchUrl
)
console
.
log
(
searchUrl
)
;
document
.
location
.
href
=
searchUrl
+
'?query='
+
query
;
}
...
...
Please
register
or
login
to post a comment