ElemeFE / mint-ui

Mobile UI elements for Vue.js
http://mint-ui.github.io/#!/en
MIT License
16.55k stars 3.55k forks source link

[Bug Report] Indicator与Toast一起使用Indicator无法关闭 #1199

Open JunedanVan opened 6 years ago

JunedanVan commented 6 years ago

Mint UI version

2.2.9

OS/Browsers version

win7/微信开发工具 V1.01.171019

Vue version

2.4.2

Reproduction Link

https://jsfiddle.net/JDVan/0ap2mr8m/

Steps to reproduce

进入页面created(){Indicator.open()} html里写按钮,点击之后执行 =》 Indicator.close(); Toast({message: '12', duration: 1000})

What is Expected?

// 大概我想表达的意思是
// 请求接口的时候等待数据返回,Indicator.open()
// 待数据返回了,Indicator.close() 并且Toast

What is actually happening?

Toast出来了,但是Indicator close不了

cloudfroster commented 6 years ago

调整下 reproduce 。表述清楚,不然无法处理。