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
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
cbe05e18740162cb5c9538bfa9e4c8006e590fba
2 parents
c2fb3c60
2d30842c
Merge branch 'release/4.5' of
http://git.yoho.cn/fe/yohobuywap
into release/4.5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
static/sass/me/_order-detail.css
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Index.php
static/sass/me/_order-detail.css
View file @
cbe05e1
...
...
@@ -40,7 +40,6 @@
}
.owner-info
{
border-bottom
:
1px
solid
#e0e0e0
;
line-height
:
1.5
;
}
.range
{
...
...
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Index.php
View file @
cbe05e1
...
...
@@ -189,14 +189,8 @@ class IndexController extends AbstractAction
// 构建资讯文章内容
if
(
!
empty
(
$article
[
'data'
][
'list'
][
'artList'
]))
{
$build
=
array
();
// foreach ($article['data']['list']['artList'] as $article) {
// $build[] = Helpers::formatArticle($article, true, $isApp, false, $uid);
// }
foreach
(
$article
[
'data'
][
'list'
][
'artList'
]
as
$articlekey
=>
$article
)
{
$build
[
$articlekey
]
=
Helpers
::
formatArticle
(
$article
,
true
,
$isApp
,
false
,
$uid
);
if
(
$this
->
isApp
()){
$build
[
$articlekey
][
'collect'
][
'url'
]
=
Helpers
::
url
(
'/author/index'
,
array
(
'id'
=>
$id
),
'guang'
);
}
foreach
(
$article
[
'data'
][
'list'
][
'artList'
]
as
$article
)
{
$build
[]
=
Helpers
::
formatArticle
(
$article
,
true
,
$isApp
,
false
,
$uid
);
}
$data
[
'guang'
][
'infos'
]
=
$build
;
}
...
...
Please
register
or
login
to post a comment