|
|
@@ -137,7 +137,7 @@ class PurchaseController extends BaseController
|
|
|
util::fail('预售日期有问题,请提醒门店');
|
|
|
}
|
|
|
if (in_array(strtotime($sendTimeWant), $hasDate) == false) {
|
|
|
- util::fail("您填的送花时间不在【{$currentName}】预售范围");
|
|
|
+ util::fail("【{$currentName}】在{$sendTimeWant}没有预售");
|
|
|
}
|
|
|
}
|
|
|
}
|