shish 3 anni fa
parent
commit
5b73769375
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app-hd/controllers/PurchaseController.php

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

@@ -190,7 +190,7 @@ class PurchaseController extends BaseController
                 $sendTimeWant = isset($post['sendTimeWant']) && !empty($post['sendTimeWant']) ? $post['sendTimeWant'] : date("Y-m-d");
                 $future = date("Y-m-d", strtotime('+2 day'));
                 if (strtotime($sendTimeWant) < strtotime($future)) {
-                    util::fail('请选择时间');
+                    //util::fail('请选择时间');
                 }
                 $nowTime = strtotime(date("Y-m-d"));
                 if (strtotime($sendTimeWant) < $nowTime) {