Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
520d816f0afa822f4df326979939fa00dba18949
1 parent
e86637b5
订单详情页面 统一返回订单列表
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
520d816
...
...
@@ -875,7 +875,7 @@ class HomeController extends AbstractAction
$jsApiParameters
=
$tools
->
GetJsApiParameters
(
$order
);
$this
->
echoJson
(
array
(
'code'
=>
200
,
'data'
=>
array
(
'jsApiParameters'
=>
json_decode
(
$jsApiParameters
)
))
);
}
while
(
false
);
}
...
...
@@ -913,7 +913,7 @@ class HomeController extends AbstractAction
}
$this
->
setTitle
(
'订单详情'
);
$this
->
setNavHeader
(
'订单详情'
,
true
,
false
);
$this
->
setNavHeader
(
'订单详情'
,
Helpers
::
url
(
'/home/orders'
)
,
false
);
$this
->
_view
->
display
(
'order-detail'
,
array
(
'orderDetailPage'
=>
true
,
...
...
Please
register
or
login
to post a comment