소스 검색

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

LinWuTai 2 주 전
부모
커밋
ebfb8e3770
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
 		})
 	})