Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.3.0 beta8 showLoading 显示上一个showToast内容 #3367

Closed
ninetowns opened this issue Jun 10, 2019 · 4 comments
Closed

1.3.0 beta8 showLoading 显示上一个showToast内容 #3367

ninetowns opened this issue Jun 10, 2019 · 4 comments
Assignees

Comments

@ninetowns
Copy link

ninetowns commented Jun 10, 2019

问题描述
更新到最新版本(1.3.0 beta8)后,showLoading将显示上一个showToast的内容,无论title为空或者不填都如此

复现步骤

    Taro.showToast({
      title:'abc'
    })
    setTimeout(()=>{
      Taro.showLoading();  //显示abc
    },4000)

期望行为
正常显示loding

报错信息

[这里请贴上你的完整报错截图或文字]
系统信息
Taro v1.3.0-beta.8
Taro CLI 1.3.0-beta.8 environment info:
System:
OS: Windows 7
Binaries:
Node: 10.12.0 - C:\Program Files\nodejs\node.EXE
npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD

@taro-bot
Copy link

taro-bot bot commented Jun 10, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@Chen-jj
Copy link
Contributor

Chen-jj commented Jun 10, 2019

@ninetowns 哪个端

@ninetowns
Copy link
Author

@Chen-jj h5

@taro-bot
Copy link

taro-bot bot commented Jun 10, 2019

CC @Littly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants