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
Plain Diff
Browse Files
Authored by
ccbikai
2015-10-27 15:31:23 +0800
Commit
4acf8a48cc8ca53088ea6b505fc305f8275ff2cc
2 parents
2de326c3
a9bd5812
Merge branch 'bugfix' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
template/m.yohobuy.com/actions/guang/detail/index.phtml
yohobuy/m.yohobuy.com/application/models/Index/Home.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Detail.php
template/m.yohobuy.com/actions/guang/detail/index.phtml
View file @
4acf8a4
...
...
@@ -23,7 +23,7 @@
{
{#
content
}
}
{
{#if
text
}
}
<div
class=
"post-block text-block"
>
{
{
text
}
}
{
{
{text
}
}}
</div>
{
{/if
}
}
...
...
yohobuy/m.yohobuy.com/application/models/Index/Home.php
View file @
4acf8a4
...
...
@@ -144,7 +144,7 @@ class HomeModel
Cache
::
set
(
CacheConfig
::
KEY_ACTION_BOYS_INDEX
,
$result
);
}
}
return
$result
;
}
...
...
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Detail.php
View file @
4acf8a4
...
...
@@ -145,7 +145,7 @@ class DetailController extends AbstractAction
$data
[
'relatedInfo'
][]
=
$value
;
}
}
$this
->
_view
->
display
(
'index'
,
$data
);
$detail
=
array
();
...
...
Please
register
or
login
to post a comment