修改提示语
This commit is contained in:
@@ -35,7 +35,7 @@ class YsdDestroy extends Init
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!in_array($outlet->parent_id, $grants->toArray())) {
|
if (!in_array($outlet->parent_id, $grants->toArray())) {
|
||||||
return '作废失败,您没有权限发此类优惠券。';
|
return '作废失败,您没有权限作废此优惠券。';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$info->canDestroy()) {
|
if (!$info->canDestroy()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user