|
@@ -11,7 +11,7 @@ var productList = new Vue({
|
|
|
userId:0,
|
|
|
brandID:'',
|
|
|
pageNum:1,
|
|
|
- pageSize:10,
|
|
|
+ pageSize:12,
|
|
|
source:1
|
|
|
},
|
|
|
classify: [],
|
|
@@ -279,7 +279,6 @@ var productList = new Vue({
|
|
|
var _self = this;
|
|
|
//上垃加载更多
|
|
|
$(window).on('scroll', function(){
|
|
|
- console.log('22222222')
|
|
|
var scrollTop = $(this).scrollTop();
|
|
|
var scrollHeight = $(document).height();
|
|
|
var windowHeight = window.innerHeight + $("footer").height();
|