mp-loading show设置为true后不显示

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

https://developers.weixin.qq.com/miniprogram/dev/extended/weui/loading.html

<mp-loading duration="{{900}}" ext-class="rv-loading" type="dot-gray" show="{{isShowMpLoading}}" animated="{{true}}"></mp-loading>

this.setData({

isShowMpLoading: true

});

请问为啥setData isShowMpLoading为true后,一直不显示呢

1 回复
xlei
xlei1 楼5 年前

你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html