shish 3 lat temu
rodzic
commit
883c2788d6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-mall/controllers/OrderController.php

+ 1 - 1
app-mall/controllers/OrderController.php

@@ -103,7 +103,7 @@ class OrderController extends BaseController
                 $presellData[] = $presell;
                 if ($presell == 1) {
                     if (isset($post['reachDate']) == false || empty($post['reachDate'])) {
-                        util::fail('请选择配送日期');
+                        util::fail('请选择配送或取货日期');
                     }
                     $sendTimeWant = $post['reachDate'];
                     if (strtotime($sendTimeWant) < $nowTime) {