This commit is contained in:
wangwei01 2019-07-16 16:22:36 +08:00
parent 67e60e26f9
commit 1c16bbc86d

View File

@ -271,6 +271,7 @@ class ShareController{
'status' => 0,
'item_id' => $array[0][0],
'num' => $array[0][1],
'people_num' => $sh['people'],
));
}
} else {
@ -282,6 +283,7 @@ class ShareController{
'status' => $row['status'],
'item_id' => $array[0][0],
'num' => $array[0][1],
'people_num' => $sh['people'],
));
}
}