From 46ca51da01aefbe5a57d49177dcf9b08ab4a1162 Mon Sep 17 00:00:00 2001 From: zwesy Date: Wed, 9 Dec 2020 09:32:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E8=87=AA=E5=AE=9A=E4=B9=89=E5=88=86=E9=A1=B5=E6=9C=80?= =?UTF-8?q?=E5=A4=9A=E5=8F=AA=E6=98=BE=E7=A4=BA7=E4=B8=AA=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/article/news.html | 2 +- view/article/products.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/article/news.html b/view/article/news.html index f48cf22..efad55e 100644 --- a/view/article/news.html +++ b/view/article/news.html @@ -46,7 +46,7 @@ {$items->render()|raw}
- {$items->render()|raw} + {$items->render(5)|raw}
{/if} diff --git a/view/article/products.html b/view/article/products.html index 84ff035..4f8bf96 100644 --- a/view/article/products.html +++ b/view/article/products.html @@ -45,7 +45,7 @@ {$items->render()|raw}
- {$items->render()|raw} + {$items->render(5)|raw}
{/if}