baolei 2 月之前
父节点
当前提交
80698ee664
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      components/product-list/product-list.js
  2. 1 1
      components/product-list/product-list.wxss

+ 1 - 1
components/product-list/product-list.js

@@ -65,7 +65,7 @@ Component({
             let data = {
             let data = {
                 ...this.data.filterObj,
                 ...this.data.filterObj,
                 pageNum:this.data.pageNum,
                 pageNum:this.data.pageNum,
-                pageSize:5
+                pageSize:10
             }
             }
             API.getProdsList(data).then(res=>{
             API.getProdsList(data).then(res=>{
                 if(res){
                 if(res){

+ 1 - 1
components/product-list/product-list.wxss

@@ -6,7 +6,7 @@
     height: 2080rpx;
     height: 2080rpx;
 }
 }
 .marginTop{
 .marginTop{
-    margin-top: 350rpx;
+    /* margin-top: 350rpx; */
 }
 }
 .products{
 .products{
     padding:0 30rpx;
     padding:0 30rpx;