|
|
@@ -181,7 +181,7 @@ class PurchaseController extends BaseController
|
|
|
if (!empty($productInfoList)) {
|
|
|
foreach ($productInfoList as $currentInfo) {
|
|
|
if (isset($currentInfo['mainId']) == false || $currentInfo['mainId'] != $this->mainId) {
|
|
|
- util::fail('只能选择同一家的商品哦');
|
|
|
+ util::fail('只能选一家的商品,请清空重选。');
|
|
|
}
|
|
|
}
|
|
|
if (count($productInfoList) != count($ids)) {
|
|
|
@@ -386,7 +386,7 @@ class PurchaseController extends BaseController
|
|
|
$nowTime = strtotime(date("Y-m-d"));
|
|
|
foreach ($productInfoList as $currentInfo) {
|
|
|
if (!isset($currentInfo['mainId']) || $currentInfo['mainId'] != $ghsMainId) {
|
|
|
- util::fail('只能选择同一家的商品哦');
|
|
|
+ util::fail('只能选一家的商品,请清空重新选。');
|
|
|
}
|
|
|
$currentName = $currentInfo['name'] ?? '';
|
|
|
if (isset($currentInfo['frontHide']) && $currentInfo['frontHide'] == 1) {
|