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后,一直不显示呢
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)