[bug-report] Toast单例loadding在短时间内再次调用会导致无法关闭问题
WilliamALiang opened this issue · 0 comments
WilliamALiang commented
Mand Mobile Version
2.4.1
Vue Version
2.6.1
Model / OS & Browser Info
all
Recurring Steps
setTimeout(() => {
this.$_showPopupBox()
}, 50)
在50ms内如果再次触发的时候就会导致第二次的loadding处于无法关闭状态
Expectant Behaviors
第二次关闭状态
Actual Behaviors
第二次未关闭状态