|
|
@@ -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) {
|