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-10-27 15:31:00 +0800
Commit
a9bd58123a48c171b696b44fa1c59be1a0a285d5
1 parent
9f8f256a
逛 详情页 文章内容不转义
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 @
a9bd581
...
...
@@ -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 @
a9bd581
...
...
@@ -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 @
a9bd581
...
...
@@ -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