WeUI组件库中的loading组件的animated属性设置为true时不显示组件

发布于 7 年前作者 yansun8391 次浏览最后编辑 7 年前来自 ask

如下所示,WeUI组件库中的loading组件,当animated属性设置为false时可以显示组件,但是设置为true时不但没有动画,就连loading组件也不显示了!

<mp-loading duration=“{{1000}}” type=“dot-white” show=“{{true}}” animated=“{{true}}” ext-class=“ext-refresh”></mp-loading>

1 回复
yangchang
yangchang1 楼5 年前

麻烦提供能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html