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
1b619338accac51eea6db4c423998cebf36dfb75
1 parent
b9fc32db
brand order
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/category/brand.js
static/js/category/brand.js
View file @
1b61933
...
...
@@ -108,7 +108,7 @@ function bindWirteLocal($brandList, list) {
var
brandName
,
brandId
,
brandDomain
,
url
;
var
a
=
$
(
this
).
find
(
'a'
);
var
myDate
=
new
Date
();
var
query
=
a
.
attr
(
'brandName'
)
+
ranToken2
+
myDate
,
var
query
=
a
.
attr
(
'brandName'
)
+
ranToken2
+
myDate
.
getTime
()
,
historys
;
$keyword
=
$
(
'#keyword'
);
...
...
Please
register
or
login
to post a comment