feat: 修改评论分页大小

This commit is contained in:
2025-09-18 13:38:48 +08:00
parent c0d9fdc47c
commit 4f255ea0ee

View File

@@ -21,8 +21,8 @@ import emptyComment from "@/static/emptyStatus/comment-empty.png";
import CommonPopup from "../CommonPopup"; import CommonPopup from "../CommonPopup";
import styles from "./index.module.scss"; import styles from "./index.module.scss";
const PAGESIZE = 4; // const PAGESIZE = 4;
// const PAGESIZE = 1000; const PAGESIZE = 1000;
function toast(msg) { function toast(msg) {
Taro.showToast({ title: msg, icon: "none" }); Taro.showToast({ title: msg, icon: "none" });