Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
马力
2016-12-26 14:42:46 +0800
Commit
179f9c433e9afa6c54495469b69807523d975ecd
1 parent
31128d39
店铺分类的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/static/js.jquery/module/shop/ShopCategory/Edit.js
code/static/js.jquery/module/shop/ShopCategory/Edit.js
View file @
179f9c4
...
...
@@ -113,7 +113,7 @@ var g2 = new common.grid({
}}
],
complete2
:
function
(
res
)
{
selectedNum
=
res
.
data
.
list
.
length
;
selectedNum
=
res
.
data
.
total
;
$
(
'.selectedProductsNum'
).
text
(
selectedNum
);
}
});
...
...
Please
register
or
login
to post a comment