Browse Source

二手下单列表分页

zhengjinyi 4 years ago
parent
commit
b03a622138
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/cm-module/listTemplate/secondHand.vue

+ 1 - 1
components/cm-module/listTemplate/secondHand.vue

@@ -170,7 +170,7 @@
 		},
 		methods:{
 			scrolltolower() {
-				if(this.totalPage>this.listData.length && this.pullFlag) {
+				if(this.hasNextPage && this.pullFlag) {
 					this.getProductAgainInfo(true);
 				}
 			},