shish 3 лет назад
Родитель
Сommit
6936663c9c
1 измененных файлов с 1 добавлено и 1 удалено
  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) {