Showing
3 changed files
with
4 additions
and
0 deletions
@@ -210,6 +210,7 @@ | @@ -210,6 +210,7 @@ | ||
210 | {{#if myIndexPage}} | 210 | {{#if myIndexPage}} |
211 | <script> | 211 | <script> |
212 | seajs.use('js/me/index'); | 212 | seajs.use('js/me/index'); |
213 | + seajs.use('js/index/footer'); | ||
213 | </script> | 214 | </script> |
214 | {{/if}} | 215 | {{/if}} |
215 | {{#if orderPage}} | 216 | {{#if orderPage}} |
@@ -51,6 +51,7 @@ class HomeController extends AbstractAction | @@ -51,6 +51,7 @@ class HomeController extends AbstractAction | ||
51 | 51 | ||
52 | $data = array( | 52 | $data = array( |
53 | 'myIndexPage' => true, | 53 | 'myIndexPage' => true, |
54 | + 'showDownloadApp' => true, | ||
54 | 'pageFooter' => true | 55 | 'pageFooter' => true |
55 | ); | 56 | ); |
56 | $uid = $this->getUid(); | 57 | $uid = $this->getUid(); |
-
Please register or login to post a comment