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
ccbikai
2015-11-25 17:08:16 +0800
Commit
b44e3db4a909784c8ed1b0048f4157715a2cfe3f
1 parent
c732f556
个人中心增加下载框
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
template/m.yohobuy.com/actions/index/home/index.phtml
template/m.yohobuy.com/partials/layout/use.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
template/m.yohobuy.com/actions/index/home/index.phtml
View file @
b44e3db
...
...
@@ -104,4 +104,6 @@
{
{>
product/recommend-for-you
}
}
{
{>
product/suspend-cart
}
}
</div>
{
{>
layout/download_app
}
}
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/partials/layout/use.phtml
View file @
b44e3db
...
...
@@ -210,6 +210,7 @@
{{#if myIndexPage}}
<script>
seajs.use('js/me/index');
seajs.use('js/index/footer');
</script>
{{/if}}
{{#if orderPage}}
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
b44e3db
...
...
@@ -51,6 +51,7 @@ class HomeController extends AbstractAction
$data
=
array
(
'myIndexPage'
=>
true
,
'showDownloadApp'
=>
true
,
'pageFooter'
=>
true
);
$uid
=
$this
->
getUid
();
...
...
Please
register
or
login
to post a comment