Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
e8f9a1957df6e2d03dda90783afdf09c494ab0ea
1 parent
d02ab984
为您优选 优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/product/recommend-for-you.js
static/js/product/recommend-for-you.js
View file @
e8f9a19
...
...
@@ -12,7 +12,7 @@ var recommendSwiper,
$recommendForYou
=
$
(
'.recommend-for-you'
);
$
.
get
(
'/home/preference'
).
then
(
function
(
html
)
{
$recommendForYou
.
html
(
html
);
$recommendForYou
.
html
(
html
)
.
show
()
;
if
(
$
(
'#swiper-recommend'
).
length
)
{
recommendSwiper
=
new
Swiper
(
'#swiper-recommend'
,
{
slidesPerView
:
'auto'
,
...
...
Please
register
or
login
to post a comment