Android手机setData加载太慢,导致loading框过早关闭。建议新增setData的成功回调事件
this.setData({data:data},()=>{
do something 。。。
})
小程序的这一点 结合了react setState的机制
setData不是有回调吗