浏览代码

二手下单列表分页

zhengjinyi 4 年之前
父节点
当前提交
b03a622138
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
 				}
 			},