This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0
old
宇天 2021-06-01 23:21:25 +08:00
parent 27afa2c5c5
commit 3072c972ce
1 changed files with 2 additions and 2 deletions

View File

@ -575,7 +575,7 @@ export default class Layer {
this.timer = setTimeout(() => { this.timer = setTimeout(() => {
toastInstance = null toastInstance = null
this.close() this.close()
}, 3000000) }, 3000)
} }
if (this.props.type === 'notify') { if (this.props.type === 'notify') {