shish 3 anos atrás
pai
commit
6936663c9c
1 arquivos alterados com 1 adições e 1 exclusões
  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");
                 $sendTimeWant = isset($post['sendTimeWant']) && !empty($post['sendTimeWant']) ? $post['sendTimeWant'] : date("Y-m-d");
                 $future = date("Y-m-d", strtotime('+2 day'));
                 $future = date("Y-m-d", strtotime('+2 day'));
                 if (strtotime($sendTimeWant) < strtotime($future)) {
                 if (strtotime($sendTimeWant) < strtotime($future)) {
-                    util::fail('请选择未来二天或更后时间');
+                    util::fail('请选择时间');
                 }
                 }
                 $nowTime = strtotime(date("Y-m-d"));
                 $nowTime = strtotime(date("Y-m-d"));
                 if (strtotime($sendTimeWant) < $nowTime) {
                 if (strtotime($sendTimeWant) < $nowTime) {