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" });