Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
毕凯
9 years ago
Commit
2b532f380acc3e6eb45832b58eaa80e836a94391
1 parent
66bf855d
订单页面 增加客服电话
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
template/m.yohobuy.com/partials/layout/page_header.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
template/m.yohobuy.com/partials/layout/page_header.phtml
View file @
2b532f3
...
...
@@ -6,6 +6,9 @@
{
{#navHome
}
}
<a
href=
"{{.}}"
class=
"iconfont nav-home"
>
611
;</a>
{
{/navHome
}
}
{
{#navPhone
}
}
<a
href=
"{{.}}"
class=
"iconfont nav-home"
>
63
e;</a>
{
{/navPhone
}
}
{
{#navTitle
}
}
<p
class=
"nav-title"
>
{
{.
}
}</p>
{
{/navTitle
}
}
...
...
@@ -34,4 +37,4 @@
</li>
</ul>
</div>
{
{/pageHeader
}
}
\ No newline at end of file
{
{/pageHeader
}
}
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
2b532f3
...
...
@@ -849,10 +849,11 @@ class HomeController extends AbstractAction
}
$this
->
setTitle
(
'订单详情'
);
$this
->
setNavHeader
(
'订单详情'
);
$this
->
setNavHeader
(
'订单详情'
,
true
,
false
);
$this
->
_view
->
display
(
'order-detail'
,
array
(
'orderDetailPage'
=>
true
,
'navPhone'
=>
'tel:400-889-9646'
,
'orderDetail'
=>
$orderDetail
,
));
}
...
...
Please
register
or
login
to post a comment