|
|
@@ -150,8 +150,8 @@ class OrderController extends BaseController
|
|
|
|
|
|
if (isset($return->shopId)) {
|
|
|
if ($return->shopId == 2) {
|
|
|
- if ($return->actPrice < 200) {
|
|
|
- util::fail('下单金额要满200元');
|
|
|
+ if ($return->actPrice < 7610) {
|
|
|
+ util::fail('满200元支持送货上门');
|
|
|
}
|
|
|
}
|
|
|
}
|