From 4f255ea0ee329f516bb91947b2f38cd2c878d806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9D=B0?= Date: Thu, 18 Sep 2025 13:38:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Comments/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Comments/index.tsx b/src/components/Comments/index.tsx index 784901c..466f153 100644 --- a/src/components/Comments/index.tsx +++ b/src/components/Comments/index.tsx @@ -21,8 +21,8 @@ import emptyComment from "@/static/emptyStatus/comment-empty.png"; import CommonPopup from "../CommonPopup"; import styles from "./index.module.scss"; -const PAGESIZE = 4; -// const PAGESIZE = 1000; +// const PAGESIZE = 4; +const PAGESIZE = 1000; function toast(msg) { Taro.showToast({ title: msg, icon: "none" });