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
ccbikai(👎🏻🍜)
2017-01-03 11:52:00 +0800
Commit
a1d7131f1a3f5a5a91ec879e5dbcc8f26e9bed54
1 parent
2fa65a3f
语法错误修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/search/list.js
public/js/product/search/list.js
View file @
a1d7131
...
...
@@ -641,7 +641,7 @@ function search(opt) {
}
if
(
$container
.
find
(
'.total'
)[
1
])
{
$container
.
find
(
'.total'
)
[
1
]
.
remove
();
$container
.
find
(
'.total'
)
.
eq
(
1
)
.
remove
();
}
RES_QTY
=
$container
.
find
(
'.total'
).
data
(
'id'
);
...
...
Please
register
or
login
to post a comment