Kaynağa Gözat

增加查询字段

zhengjinyi 3 yıl önce
ebeveyn
işleme
6ec9bff66a

+ 1 - 2
src/main/resources/static/js/product/product-hot.js

@@ -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();