Ver Fonte

完成消息列表下拉刷新与加载更多

LinWuTai há 2 semanas atrás
pai
commit
ebfb8e3770
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/chat/chat.vue

+ 1 - 1
pages/chat/chat.vue

@@ -131,8 +131,8 @@
 					icon: 'success',
 					duration: 2000
 				})
-				uni.stopPullDownRefresh()
 			}
+			uni.stopPullDownRefresh()
 		})
 	})