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
0fa6f29e363880fcc576961bd3ca471fbaf5cb63
1 parent
a856a79b
修改order.php
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Home/Order.php
yohobuy/m.yohobuy.com/application/models/Home/Order.php
View file @
0fa6f29
...
...
@@ -123,7 +123,7 @@ class OrderModel
break
;
}
$result
[
'logisticUrl'
]
=
$logistics
[
'data'
][
'url'
];
$result
[
'logisticImg'
]
=
strtr
(
$
value
[
'data'
][
'logo'
],
array
(
'http://'
=>
'//'
));
$result
[
'logisticImg'
]
=
strtr
(
$
logistics
[
'data'
][
'logo'
],
array
(
'http://'
=>
'//'
));
$result
[
'logisticCompany'
]
=
$logistics
[
'data'
][
'caption'
];
$result
[
'logisticNumber'
]
=
$logistics
[
'data'
][
'express_number'
];
...
...
Please
register
or
login
to post a comment