|
|
@@ -424,8 +424,8 @@ class PurchaseController extends BaseController
|
|
|
util::fail('满500元支持免费配送');
|
|
|
}
|
|
|
}
|
|
|
- //花悠星 国恋 勇记暂时不支持免费配送
|
|
|
- if ($ghsShopId == 7687 || $ghsShopId == 7831 || $ghsShopId == 7778) {
|
|
|
+ //花悠星 国恋 勇记 易宝暂时不支持免费配送
|
|
|
+ if ($ghsShopId == 7687 || $ghsShopId == 7831 || $ghsShopId == 7778 || $ghsShopId == 12003) {
|
|
|
util::fail('暂不支持送货上门,请选其它方式');
|
|
|
}
|
|
|
}
|