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
ccbikai
2015-11-16 10:33:04 +0800
Commit
e5d38bdc6dce72d1b0ddf60920481d0d625d3045
1 parent
e26bc95b
在线客服页面
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
template/m.yohobuy.com/actions/index/home/online_service.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
template/m.yohobuy.com/actions/index/home/online_service.phtml
0 → 100644
View file @
e5d38bd
{
{>
layout/header
}
}
<div
class=
"online-service-page yoho-page"
>
<form
class=
"question-search"
>
</form>
<ul
class=
"question-list"
>
<li
class=
"question-item"
>
问题问
<span
class=
"iconfont"
>
604
;</span>
</li>
<li
class=
"question-item"
>
问题问
<span
class=
"iconfont"
>
604
;</span>
</li>
<li
class=
"question-item"
>
问题问
<span
class=
"iconfont"
>
604
;</span>
</li>
</ul>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
e5d38bd
...
...
@@ -243,6 +243,12 @@ class HomeController extends AbstractAction
$service
=
\Index\UserModel
::
getOnlineServiceData
();
print_r
(
$service
);
$this
->
_view
->
display
(
'online_service'
,
array
(
'onlineServicePage'
=>
true
,
'pageFooter'
=>
true
,
'service'
=>
$service
));
}
/**
...
...
Please
register
or
login
to post a comment