Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2018-05-17 10:28:26 +0800
Commit
4e0e7428b5c93ef8292ec4a292fd99d58ddfa996
2 parents
5989646c
464eb2ce
Merge branch 'hotfix/brands' into 'gray'
Hotfix/brands fix brand See merge request
!281
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
apps/brands/models/brands-model.js
apps/brands/models/brands-model.js
View file @
4e0e742
...
...
@@ -200,6 +200,10 @@ module.exports = class extends global.yoho.BaseModel {
// }
let
shopInfo
,
shopId
;
if
(
!
ssubValue
)
{
return
;
}
switch
(
ssubValue
.
type
*
1
)
{
case
1
:
extQs
=
{
...
...
Please
register
or
login
to post a comment