1
This commit is contained in:
parent
d7f1a00e1f
commit
39d7fc638d
@ -333,9 +333,17 @@ class ShareController{
|
|||||||
$peo_num = 0;
|
$peo_num = 0;
|
||||||
$sh = $this->getShare($ach_id);
|
$sh = $this->getShare($ach_id);
|
||||||
for ($i = 0; $i < count($ach_list); $i++) {
|
for ($i = 0; $i < count($ach_list); $i++) {
|
||||||
$arr = $this->getExplode($ach_list[$i]);
|
$delim = ",";
|
||||||
if ($ach_id == $arr[0][0]) {
|
$drop_multiply = explode($delim, $string);
|
||||||
$peo_num = $arr[0][1];
|
$delim1 = ":";
|
||||||
|
$arr = array();
|
||||||
|
for ($i = 0; $i < count($drop_multiply); $i++) {
|
||||||
|
$mul = explode($delim1, $drop_multiply[$i]);
|
||||||
|
array_push($arr, $mul);
|
||||||
|
}
|
||||||
|
error_log(json_encode($arr));
|
||||||
|
if ($ach_id == $arr[0][1]) {
|
||||||
|
$peo_num = $arr[1][1];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user