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
Plain Diff
Browse Files
Authored by
biao
2016-06-02 19:38:51 +0800
Commit
5cf1d64291f54f93c6604aa4d0ff59369af3d79c
2 parents
b1157d43
4850d91d
Merge branch 'release/4.5' of
http://git.yoho.cn/fe/YOHOBUYWAP
into release/4.5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
static/js/category/brand.js
static/js/category/brand.js
View file @
5cf1d64
...
...
@@ -64,11 +64,10 @@ changeBackground();
* 增加单条记录
*/
function
addHistory
(
brandName
)
{
$
.
ajax
({
type
:
'POST'
,
url
:
'/brands/addBrandSearch'
,
data
:
'brandName='
+
brandName
,
data
:
'brandName='
+
encodeURIComponent
(
brandName
)
,
success
:
function
(
data
)
{
},
error
:
function
()
{
...
...
Please
register
or
login
to post a comment