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
2016-06-20 21:49:39 +0800
Commit
cb06879ad0ce046d1cee6caef9781452eb2aa7f2
1 parent
42c16d46
footer page
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
doraemon/views/partial/common/foot-pager.hbs
doraemon/views/partial/common/foot-pager.hbs
0 → 100644
View file @
cb06879
{{#
footPager
}}
<div
class=
"product-pager clearfix"
>
<span
class=
"total"
>
{{
tip
}}
</span>
<div
class=
"pager"
>
{{#
prePage
}}
<a
href=
"
{{
url
}}
"
title=
"上一页"
>
上一页
<span
class=
"iconfont"
>

</span></a>
{{/
prePage
}}
{{#
pages
}}
<a
{{#if
url
}}
href=
"
{{
url
}}
"
{{/if}}{{#if
cur
}}
class=
"cur"
{{/if}}
>
{{
num
}}
</a>
{{/
pages
}}
{{#
nextPage
}}
<a
href=
"
{{
url
}}
"
title=
"下一页"
>
下一页
<span
class=
"iconfont"
>

</span></a>
{{/
nextPage
}}
</div>
</div>
{{/
footPager
}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment