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
Plain Diff
Browse Files
Authored by
徐祁xuqi
9 years ago
Commit
98e2d207f467516619b91cf6042330e634a98ca0
2 parents
3d459dce
0b79c3bd
Merge remote-tracking branch 'origin/hotfix/returnImage'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/www.yohobuy.com/application/models/Home/Returns.php
yohobuy/www.yohobuy.com/application/models/Home/Returns.php
View file @
98e2d20
...
...
@@ -6,7 +6,7 @@ use LibModels\Web\Home\ReturnsData;
use
WebPlugin\Helpers
;
use
WebPlugin\HelperSearch
;
use
WebPlugin\Images
;
use
LibModels\W
ap
\Home\OrderData
;
use
LibModels\W
eb
\Home\OrderData
;
use
Api\Yohobuy
;
/**
...
...
@@ -542,7 +542,7 @@ class ReturnsModel
// if (!in_array($_FILES['fileData']['type'],$type)) {
// return array('code'=>'400','message'=>'图片格式错误');
// }
$result
=
Images
::
saveImage
(
$filename
);
$result
=
Images
::
saveImage
(
$filename
,
'evidenceImages'
);
}
return
$result
;
...
...
Please
register
or
login
to post a comment