update
parent
27afa2c5c5
commit
3072c972ce
|
@ -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') {
|
||||||
|
@ -743,7 +743,7 @@ Object.assign(_layer, {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!intercept) {
|
if (!intercept) {
|
||||||
intercept = function(val, done) {
|
intercept = function (val, done) {
|
||||||
if (val) {
|
if (val) {
|
||||||
done()
|
done()
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue