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
陈轩
2016-11-11 20:20:18 +0800
Commit
1bfc0a24ac30f52ad02a82963624d0751764fce0
2 parents
9eb3583b
5b78bc8f
Merge branch 'release/5.2' of
http://git.yoho.cn/fe/yohobuywap-node
into release/5.2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
apps/home/views/partial/installment/installment-notice.hbs
public/js/home/installment.page.js
apps/home/views/partial/installment/installment-notice.hbs
View file @
1bfc0a2
...
...
@@ -3,7 +3,7 @@
<span
class=
"notice-icon"
></span>
<div
class=
"swiper-wrapper"
>
{{#
list
}}
<a
class=
"notice-item swiper-slide item-
{{
@index
}}
"
href=
"
{{
url
}}
"
>
<a
class=
"notice-item swiper-slide
swiper-no-swiping
item-
{{
@index
}}
"
href=
"
{{
url
}}
"
>
{{
title
}}
</a>
{{/
list
}}
...
...
public/js/home/installment.page.js
View file @
1bfc0a2
...
...
@@ -98,7 +98,8 @@ var installment = {
autoplay
:
time
,
direction
:
'vertical'
,
speed
:
500
,
loop
:
true
loop
:
true
,
noSwiping
:
true
});
},
setDetailText
:
function
()
{
// 标题限制行数
...
...
Please
register
or
login
to post a comment