Explorar o código

二手下单列表分页

zhengjinyi %!s(int64=4) %!d(string=hai) anos
pai
achega
b03a622138
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
 				}
 			},