This commit is contained in:
red-deng-deng 2021-11-25 13:42:40 +08:00
parent 021d6e9545
commit 51ba5ef90d
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ export default class menu extends React.Component {
Notify.success('知道了'); Notify.success('知道了');
} }
onCancel = () => { onCancel = () => {
Notify.error('取消了'); Notify.error('取消了');
} }