ソースを参照

下拉刷新动画延迟

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() {