mp-loading show设置为true后不显示
发布于 6 年前 作者 litang 14981 次浏览 来自 问答

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 回复

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

回到顶部