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
4850d91d8d1c05cea199b45bec84835f44e3cfbd
1 parent
97610ba4
brand转译字符
Hide 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 @
4850d91
...
...
@@ -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