@@ -447,7 +447,8 @@ class AuctionController
$time = strtotime(date('Y-m-d', time()));// 今天
$today = strtotime(date('Y-m-d', strtotime('+1day')));// 明天
$datas = [];
- $datas['time'] = strtotime($list['radd_time']);
+ $datas['time'] = strtotime($list['radd_time']) - 60;
+ $datas['times'] = strtotime($list['radd_time']);
return app('json')->success($datas);// 失败
}
@@ -276,6 +276,7 @@ class AuctionProductController
$auction = Auction::where('id', $details['auction_id'])->find();
$details['time'] = $auction['radd_time'].'-'.$auction['rend_time'];
+ $details['times'] = strtotime($auction['radd_time']);
$details = $details->toArray();
return app('json')->successful($details);
@@ -7,7 +7,7 @@ return [
//默认上传模式
'default' => 'local',
//上传文件大小
- 'filesize' => 2097152,
+ 'filesize' => 9097152,
//上传文件后缀类型
'fileExt' => ['jpg', 'jpeg', 'png', 'gif', 'pem', 'mp3', 'wma', 'wav', 'amr', 'mp4'],
//上传文件类型