Merge branch 'feat/liujie'

This commit is contained in:
2025-09-18 13:39:06 +08:00

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