zhaoxiaohai 3 years ago
parent
commit
c09810f834
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/tabbar-pages/message/index.wxml

+ 1 - 1
pages/tabbar-pages/message/index.wxml

@@ -28,5 +28,5 @@
             </view>
         </navigator>
     </view>
-    <My_pageReachBottom dummyStatus="{{msgList.length>1}}" loadMore='{{pageNumber>=pageTotal}}'></My_pageReachBottom>
+    <My_pageReachBottom dummyStatus="{{msgList.length>0}}" loadMore='{{pageNumber>=pageTotal}}'></My_pageReachBottom>
 </scroll-view>