Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-08-04 11:30:21 +0800
Commit
9782e723e8c45c5a3c611cb792d5412a67d7c15b
1 parent
bbaf6027
fix shop bugs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/helpers.js
apps/product/models/helpers.js
View file @
9782e72
...
...
@@ -241,7 +241,7 @@ const helpers = {
}
if
(
q
.
misort
)
{
sorts
[
0
].
sub
.
forEach
(
s
=>
{
sorts
[
0
].
sub
.
forEach
(
s
=>
{
s
.
checked
=
s
.
categoryId
===
q
.
misort
;
});
}
...
...
Please
register
or
login
to post a comment