Browse Source

fix(bugs): wx.stopPullDownRefresh()

tangning 3 years ago
parent
commit
f50c805b0d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/roomManger/roomManger.js

+ 1 - 0
pages/roomManger/roomManger.js

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