Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
郝肖肖
9 years ago
Commit
e6efe04f85eff6da4ceb0337c74dce684422d495
1 parent
ec43a38b
搜索列表页 搜索词url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
static/js/product/list.js
static/js/product/list.js
View file @
e6efe04
...
...
@@ -90,7 +90,8 @@ function inputAction() {
// 联动搜索
$
.
ajax
({
url
:
'/search/fuzzyDatas'
,
//如果不写死,用品牌名访问就会出错,本地开发写/search/fuzzyDatas即可
url
:
'//m.yohobuy.com/search/fuzzyDatas'
,
data
:
{
keyword
:
$input
.
val
()
},
...
...
Please
register
or
login
to post a comment