1
This commit is contained in:
parent
f3c12a9555
commit
6b3db807ce
@ -266,9 +266,13 @@ class ShareController{
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
foreach ($rows as $row) {
|
foreach ($rows as $row) {
|
||||||
|
$sh = $this->getShare($ach_id);
|
||||||
|
$array = $this->getExplode($sh['rewards']);
|
||||||
array_push($info_list, array(
|
array_push($info_list, array(
|
||||||
'achivement_id' => $row['ach_id'],
|
'achivement_id' => $row['ach_id'],
|
||||||
'status' => $row['status']
|
'status' => $row['status'],
|
||||||
|
'item_id' => $array[0][0],
|
||||||
|
'num' => $array[0][1],
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user