feat: 修改评论分页大小
This commit is contained in:
@@ -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" });
|
||||||
|
|||||||
Reference in New Issue
Block a user