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
Plain Diff
Browse Files
Authored by
毕凯
2017-09-25 20:52:00 +0800
Commit
1fb436ac73c95e7f7846be4578afaa699c94c11e
2 parents
643ae93a
41b0b325
Merge branch 'hotfix/preference' into 'release/6.1'
preference-bug-fixed See merge request
!943
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
apps/product/models/preference.js
apps/product/models/preference.js
View file @
1fb436a
...
...
@@ -31,6 +31,10 @@ module.exports = class extends global.yoho.BaseModel {
},
param
:
{
cache
:
true
}
}).
then
(
result
=>
{
if
(
!
result
)
{
return
''
;
}
let
goodsContainer
=
$
.
load
(
result
)(
'#shop-goods-container'
);
let
goodThumb
=
goodsContainer
.
find
(
'.good-thumb'
);
...
...
Please
register
or
login
to post a comment