Explorar el Código

fix(bugs): wx.stopPullDownRefresh()

tangning hace 3 años
padre
commit
f50c805b0d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      pages/roomManger/roomManger.js

+ 1 - 0
pages/roomManger/roomManger.js

@@ -281,6 +281,7 @@ Page({
       "roomList":[],
     }, () => {
       this.getRoomList()
+      wx.stopPullDownRefresh()
     })
   },