230320a303 10 tháng trước cách đây
mục cha
commit
32170bd382
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pagesRoom/follow/room.jsx

+ 1 - 1
src/pagesRoom/follow/room.jsx

@@ -74,7 +74,7 @@ class Index extends Component {
         } else {
           dataList = dataList.concat(curData)
         }
-        if (curData.length === page_size && res.follow_list.total !== curData.length) {
+        if (curData.length === page_size && curData.total !== curData.length) {
           isListEnd = false
         } else {
           isListEnd = true