This commit is contained in:
wangwei01 2019-07-16 15:08:45 +08:00
parent 9a72c7d49a
commit 67e60e26f9

View File

@ -267,10 +267,10 @@ class ShareController{
$sh = $this->getShare($id); $sh = $this->getShare($id);
$array = $this->getExplode($sh['rewards']); $array = $this->getExplode($sh['rewards']);
array_push($info_list, array( array_push($info_list, array(
'achivement_id' => $id, 'achivement_id' => $id,
'status' => 0, 'status' => 0,
'item_id' => $array[0][0], 'item_id' => $array[0][0],
'num' => $array[0][1], 'num' => $array[0][1],
)); ));
} }
} else { } else {