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
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2017-08-22 15:26:24 +0800
Commit
04f407eb822f6bcd3198a6b4744fd04e30082390
1 parent
79143015
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/product/models/shop-service.js
public/js/product/shop.page.js
apps/product/models/shop-service.js
View file @
04f407e
...
...
@@ -648,7 +648,7 @@ exports.getShopArticleByBrandsAsync = (brands) => {
'?imageView2/1/w/{width}/h/{height}'
,
mainTitle
:
value
.
title
,
Subtitle
:
value
.
intro
}
}
;
})
};
}
...
...
public/js/product/shop.page.js
View file @
04f407e
...
...
@@ -204,7 +204,7 @@ $(window).on('scroll', function() {
// 获取店铺推荐文章
(
function
()
{
var
$trendInfo
=
$
(
'.trend-info'
)
var
$trendInfo
=
$
(
'.trend-info'
)
;
var
brands
=
$trendInfo
.
data
(
'brands'
);
if
(
brands
)
{
...
...
Please
register
or
login
to post a comment