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
cailing
9 years ago
Commit
68ff02459dd8948468979c29968bb0489c4313a4
1 parent
1b375802
订单详情页修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Home/Order.php
yohobuy/m.yohobuy.com/application/models/Home/Order.php
View file @
68ff024
...
...
@@ -197,7 +197,6 @@ class OrderModel
if
(
is_numeric
(
$orderCode
)
&&
is_numeric
(
$uid
)
&&
is_string
(
$sessionKey
))
{
$orderDetail
=
OrderData
::
viewOrderData
(
$orderCode
,
$uid
,
$sessionKey
);
print_r
(
$orderDetail
);
if
(
isset
(
$orderDetail
[
'data'
][
'order_code'
]))
{
$count
=
0
;
...
...
Please
register
or
login
to post a comment