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