baolei il y a 2 mois
Parent
commit
80698ee664

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

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

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

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