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
biao
2015-12-15 19:34:18 +0800
Commit
0afa6457ac41214f9ec61fa9eaca171e9a6c21bc
1 parent
0eb14911
sync to Order.php. code review by Hongfei
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
yohobuy/m.yohobuy.com/application/models/Home/Order.php
yohobuy/m.yohobuy.com/application/models/Home/Order.php
View file @
0afa645
...
...
@@ -114,13 +114,6 @@ class OrderModel
$result
[
'logisticDetail'
][]
=
$build
;
}
}
$tmp
=
array
(
'name'
=>
$value
,
'typeId'
=>
$key
,
'active'
=>
$act
,
'url'
=>
Helpers
::
url
(
'/home/order'
,
array
(
'type'
=>
$key
))
);
$nav
[]
=
$tmp
;
}
return
$result
;
...
...
Please
register
or
login
to post a comment