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 = {
                 ...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;