shish 4 лет назад
Родитель
Сommit
80ef299505
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/PurchaseController.php

+ 1 - 1
app-hd/controllers/PurchaseController.php

@@ -244,7 +244,7 @@ class PurchaseController extends BaseController
 
         $deadline = $order->deadline;
         $current = time();
-        if (($current + 60) > strtotime($deadline)) {
+        if (($current + 140) > strtotime($deadline)) {
             util::fail('订单已失效');
         }