From 29a109173a2e60463667209e7bea1ddc05928c7c Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Fri, 28 Apr 2023 15:20:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=95=86=E9=93=BA=E5=95=86?= =?UTF-8?q?=E5=93=81=E6=98=BE=E7=A4=BA=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/model/system/merchant/Merchant.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = [];