|
|
@@ -65,7 +65,7 @@ class CgRefundController extends BaseController
|
|
|
$ghsShopId = $ghs->shopId ?? 0;
|
|
|
$ghsShop = ShopClass::getById($ghsShopId, true);
|
|
|
if (isset($ghsShop->afterSale) && $ghsShop->afterSale == 0) {
|
|
|
- util::fail('申请售后功能未开通');
|
|
|
+ util::fail('售后功能未开通');
|
|
|
}
|
|
|
if ($cg->status == PurchaseClass::STATUS_UN_PAY) {
|
|
|
util::fail("待付款订单,不能申请售后");
|