Commit baa6c650 authored by christ's avatar christ

pc

parent 12773438
......@@ -39,8 +39,8 @@ class StoreModel extends \DAO\AbstractModel
public function convertOfflinePayway($offlinPayway)
{
$res = new \stdClass();
$res['images'] = Array();
$res['payway'] = '';
// $res['images'] = Array();
// $res['payway'] = '';
if (!empty($offlinPayway)) {
$offlinPayway=unserialize($offlinPayway);
$res['images']=$offlinPayway['images'];
......
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