diff --git a/app/common/model/system/merchant/Merchant.php b/app/common/model/system/merchant/Merchant.php index 54639bf9..451497a9 100644 --- a/app/common/model/system/merchant/Merchant.php +++ b/app/common/model/system/merchant/Merchant.php @@ -86,7 +86,7 @@ class Merchant extends BaseModel ->where((new ProductDao())->productShow()) ->field('mer_id,product_id,store_name,image,price,is_show,status,is_gift_bag,is_good,cate_id') ->order('sort DESC, create_time DESC') - ->limit(3) + ->limit(10) ->select()->append(['show_svip_info']); if ($list) { $data = []; @@ -109,7 +109,7 @@ class Merchant extends BaseModel ->whereLike('delivery_way',"%1%") ->field('mer_id,product_id,store_name,image,price,is_show,status,is_gift_bag,is_good,cate_id') ->order('sort DESC, create_time DESC') - ->limit(3) + ->limit(10) ->select(); if ($list) { $data = [];