浏览代码

下拉刷新动画延迟

zhaoxiaohai 3 年之前
父节点
当前提交
f3b8995908
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      components/My_listBox/index.js

+ 5 - 3
components/My_listBox/index.js

@@ -38,9 +38,11 @@ Component({
         },
         /* 刷新完成 */
         RefreshToComplete() {
-            this.setData({
-                inRefresh: false
-            })
+            setTimeout(() => {
+                this.setData({
+                    inRefresh: false
+                })
+            }, 500)
         },
         /* 加载分页 */
         loadThePage() {