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
yangyang
9 years ago
Commit
9c0148486bb48203d94eb6ef3a9479fc76abb6a0
1 parent
524110f1
取消订单小问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
9c01484
...
...
@@ -482,7 +482,7 @@ class HomeController extends AbstractAction
$this
->
error
();
}
//传入order_code和uid以取消订单
$order_code
=
$this
->
get
(
'
orderCode
'
);
$order_code
=
$this
->
get
(
'
id
'
);
$uid
=
$this
->
getUid
();
$uid
=
'10267443'
;
//测试用
$gender
=
Helpers
::
getGenderByCookie
();
...
...
Please
register
or
login
to post a comment