修改提示语

This commit is contained in:
2020-09-02 17:16:06 +08:00
parent 71aba4e876
commit 7dee5a99d5

View File

@@ -35,7 +35,7 @@ class YsdDestroy extends Init
}
if (!in_array($outlet->parent_id, $grants->toArray())) {
return '作废失败,您没有权限发此类优惠券。';
return '作废失败,您没有权限作废此优惠券。';
}
if (!$info->canDestroy()) {