Browse Source

fix(bugs): wx.stopPullDownRefresh()

tangning 3 năm trước cách đây
mục cha
commit
f50c805b0d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      pages/roomManger/roomManger.js

+ 1 - 0
pages/roomManger/roomManger.js

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