Commit 8050a5b4 authored by christ's avatar christ

clientOrder

parent fc5cbf0f
......@@ -42,7 +42,7 @@ class StoreModel extends \DAO\AbstractModel
if (!empty($offlinPayway)) {
$offlinPayway=unserialize($offlinPayway);
$res['imageUrls']=[];
foreach($offlinPayway['imageUrls'] as $image){
foreach($offlinPayway['images'] as $image){
$image= \Our\Common::getStaticFile($image, \Our\ImageConst::storeLabel);
array_push($res['imageUrls'],$image);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment