Explorar el Código

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

LinWuTai hace 2 semanas
padre
commit
ebfb8e3770
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()
 		})
 	})