You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/01/22 11:11:17 UTC

[GitHub] julonglu commented on issue #2006: 刷新组件在不满足条件时,刷新条不会消失

julonglu commented on issue #2006: 刷新组件在不满足条件时,刷新条不会消失
URL: https://github.com/apache/incubator-weex/issues/2006#issuecomment-456362080
 
 
   回弹是由refreshing = true和false控制的
   需先refreshing=true,然后refreshing=false回弹
   状态改变间需要有一定间隔,建议
   this.refreshing = true
   setTimeout(()=>{this.refreshing=false},10)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services