Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
张丽霞
2016-05-11 13:39:43 +0800
Commit
b760d94719665302a399a92177d5c7ebd1e9356c
1 parent
827b8b50
文字公告模板
Signed-off-by: 🍓 <lixia.zhang@yoho.cn>
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
template/m.yohobuy.com/actions/index/home/index.phtml
template/m.yohobuy.com/partials/home/notice.phtml
template/m.yohobuy.com/actions/index/home/index.phtml
View file @
b760d94
...
...
@@ -33,15 +33,17 @@
<p>浏览记录</p>
</a>
</div>
<!--
{
{#if
notice.open
}
}
<div
class=
"notice"
data-time=
"{{notice.time}}"
>
{
{#notice
.list
}
}
{
{#notice
}
}
<a
class=
"notice-item item-{{@index}}"
href=
"{{url}}"
>
<span
class=
"notice-icon"
></span>
{
{title
}
}
</a>
{
{/notice
.list
}
}
{
{/notice
}
}
</div>
<!--
{
{#if
notice.open
}
}
{
{/if
}
}-->
<div
class=
"my-order"
>
<a
class=
"order-title"
href=
"/home/orders"
>
...
...
template/m.yohobuy.com/partials/home/notice.phtml
View file @
b760d94
{
{#if
notice.open
}
}
<!-- {{#if notice.open}} -->
<div class="notice-wrap clearfix">
<div class="trend">
</div>
<div class="notice" data-time="{{notice.time}}">
{
{#notice
.list
}
}
{{#notice}}
<a class="notice-item item-{{@index}}" href="{{url}}">
<span class="notice-icon"></span>
{{title}}
</a>
{
{/notice
.list
}
}
{{/notice}}
</div>
</div>
{
{/if
}
}
<!-- {{/if}} -->
...
...
Please
register
or
login
to post a comment