zhengjinyi пре 5 година
родитељ
комит
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);
 				}
 			},