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
cf9612a275530a5188a0bf2d2da5521b29722b42
1 parent
5f77bc24
订单详情统一返回订单列表
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 @
cf9612a
...
...
@@ -469,7 +469,7 @@ class HomeController extends AbstractAction
$info
=
'userId='
.
$uid
.
'&name='
.
$this
->
_uname
.
'&memo=&hashCode='
.
md5
(
strtoupper
(
rawurlencode
(
$uid
.
$this
->
_uname
.
$time
.
'1231'
)
)
)
.
'×tamp='
.
$time
;
$serviceUrl
.=
rawurlencode
(
$info
);
}
$this
->
_view
->
display
(
'online-service'
,
array
(
'onlineServicePage'
=>
true
,
'pageFooter'
=>
true
,
...
...
@@ -937,7 +937,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