|
@@ -601,7 +601,7 @@ class PurchaseController extends BaseController
|
|
|
}
|
|
}
|
|
|
if(isset($ghsInfo['homeAmount']) && $ghsInfo['homeAmount']>$respond->actPrice){
|
|
if(isset($ghsInfo['homeAmount']) && $ghsInfo['homeAmount']>$respond->actPrice){
|
|
|
$homeAmount = floatval($ghsInfo['homeAmount']);
|
|
$homeAmount = floatval($ghsInfo['homeAmount']);
|
|
|
- util::fail("满{$homeAmount}元,可送货上门");
|
|
|
|
|
|
|
+ util::fail("满{$homeAmount}元 可送货上门");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|