Merge pull request '12.28功能提交' (#52) from feature/add_item into release

12.28功能提交
master
郑永星 4 years ago
commit 444cff5f64

@ -1282,6 +1282,7 @@ class PlatformController extends ThinkController
$i++;
$data[$key]['rand'] = $i;
$data[$key]['count'] = $value['count'] / 100;
$data[$key]['unpay_count'] = $value['unpay_count'] ? $value['unpay_count'] : 0;
$data[$key]['today'] = $value['today'] / 100;
$data[$key]['week'] = $value['week'] / 100;
$data[$key]['mounth'] = $value['mounth'] / 100;

Loading…
Cancel
Save