+
{data.images?.map((item, index) => (
-
+
+
+
))}
{data.videos?.map((item, index) => (
-
+
+
+
))}
),
diff --git a/src/pages/HotManage/components/HotList/index.jsx b/src/pages/HotManage/components/HotList/index.jsx
index 29616c5..0ccc67a 100644
--- a/src/pages/HotManage/components/HotList/index.jsx
+++ b/src/pages/HotManage/components/HotList/index.jsx
@@ -342,8 +342,6 @@ const HotList = (props) => {
delete dataObj.st;
delete dataObj.et;
}
- debugger;
-
if (
type === "stopStart" ||
dataObj.priority === selectedStreamer?.priority
diff --git a/src/pages/Notices/index.jsx b/src/pages/Notices/index.jsx
index 254128c..7a33618 100644
--- a/src/pages/Notices/index.jsx
+++ b/src/pages/Notices/index.jsx
@@ -526,8 +526,6 @@ const NoticesContent = (props) => {
return;
}
}
- debugger;
-
try {
const base = baseRequest();
const response = await fetch(`/op/notification/create`, {
diff --git a/src/pages/Op/index.jsx b/src/pages/Op/index.jsx
index e6d876d..28bc202 100644
--- a/src/pages/Op/index.jsx
+++ b/src/pages/Op/index.jsx
@@ -90,7 +90,10 @@ export default function Op() {
"manualRechargeAndWithdrawal",
),
- getItem("消息通知推送", "notices",
),
+ getItem("消息中心管理", "noticesManagement",
, [
+ getItem("消息通知推送", "notices"),
+ getItem("自动回复消息预设", "autoAnswer"),
+ ]),
getItem("排行榜管理", "hotManage",
),
getItem("意见反馈", "feedback",
),
getItem("客服回复", "contact",
),
@@ -142,7 +145,9 @@ export default function Op() {
"manualRechargeAndWithdrawal",
),
- getItem("消息通知推送", "notices",
),
+ getItem("消息中心管理", "noticesManagement",
, [
+ getItem("消息通知推送", "notices"),
+ ]),
getItem("排行榜管理", "hotManage",
),
getItem("意见反馈", "feedback",
),
getItem("客服回复", "contact",
),
diff --git a/src/pages/PostMachineReview/index.jsx b/src/pages/PostMachineReview/index.jsx
index a510caa..fb0d757 100644
--- a/src/pages/PostMachineReview/index.jsx
+++ b/src/pages/PostMachineReview/index.jsx
@@ -34,6 +34,7 @@ const PostMachineReviewContent = (props) => {
title: "动态内容",
dataIndex: "newMedia",
key: "newMedia",
+ width: 500,
render: (data) => (
@@ -42,12 +43,24 @@ const PostMachineReviewContent = (props) => {
媒体:
-
+
{data.media?.images?.map((item, index) => (
-
+
+
+
))}
{data.media?.videos?.map((item, index) => (
-
+
+
+
))}
diff --git a/src/pages/StreamerInformation/index.jsx b/src/pages/StreamerInformation/index.jsx
index 8c2e2d7..e2b6920 100644
--- a/src/pages/StreamerInformation/index.jsx
+++ b/src/pages/StreamerInformation/index.jsx
@@ -126,17 +126,25 @@ const StreamerInformationContent = () => {
title: "相册",
dataIndex: "displayGallery",
key: "displayGallery",
+ width: 500,
render: (data) => (
item.urls[0])}>
- {data.map((item) => (
-
- ))}
+
+ {data.map((item) => (
+
+
+
+ ))}
+
),
diff --git a/src/pages/StreamerInformationCompleteNew/index.jsx b/src/pages/StreamerInformationCompleteNew/index.jsx
index e04618b..5fc80e4 100644
--- a/src/pages/StreamerInformationCompleteNew/index.jsx
+++ b/src/pages/StreamerInformationCompleteNew/index.jsx
@@ -8,7 +8,7 @@ import {
useLocation,
} from "react-router-dom";
import baseRequest from "../../utils/baseRequest";
-import VideoPlayer from '../../components/VideoPlayer';
+import VideoPlayer from "../../components/VideoPlayer";
const JoinContent = (props) => {
const { TextArea } = Input;
const current = props.current;
@@ -104,23 +104,27 @@ const JoinContent = (props) => {
title: "封面视频",
dataIndex: "displayVideo",
key: "displayVideo",
- render: (data) =>
,
+ render: (data) =>
,
},
{
title: "相册",
dataIndex: "displayGallery",
key: "displayGallery",
+ width: 500,
render: (data) => (
item.urls[0])}>
- {data.map((item) => (
-
- ))}
+
+ {data.map((item) => (
+
+
+
+ ))}
+
),
@@ -222,6 +226,7 @@ const JoinContent = (props) => {
title: "操作",
dataIndex: "opeartion",
key: "opeartion",
+ fixed: "right",
render: (_, record) => (
diff --git a/src/pages/StreamerJoin/index.jsx b/src/pages/StreamerJoin/index.jsx
index 9677471..2c59636 100644
--- a/src/pages/StreamerJoin/index.jsx
+++ b/src/pages/StreamerJoin/index.jsx
@@ -8,7 +8,7 @@ import {
useLocation,
} from "react-router-dom";
import baseRequest from "../../utils/baseRequest";
-import VideoPlayer from "../../components/VideoPlayer"
+import VideoPlayer from "../../components/VideoPlayer";
const JoinContent = (props) => {
const { TextArea } = Input;
const current = props.current;
@@ -133,23 +133,31 @@ const JoinContent = (props) => {
title: "封面视频",
dataIndex: "displayVideo",
key: "displayVideo",
- render: (data) => ,
+ render: (data) => ,
},
{
title: "相册",
dataIndex: "displayGallery",
key: "displayGallery",
+ width: 500,
render: (data) => (
item.urls[0])}>
- {data.map((item) => (
-
- ))}
+
+ {data.map((item) => (
+
+
+
+ ))}
+
),
diff --git a/src/pages/TopPosts/index.jsx b/src/pages/TopPosts/index.jsx
index a8dfc54..8b9a7d8 100644
--- a/src/pages/TopPosts/index.jsx
+++ b/src/pages/TopPosts/index.jsx
@@ -54,9 +54,12 @@ const TopPostsContent = (props) => {
//展示的数据
const [showData, setShowData] = useState([]);
-
+ const [total, setTotal] = useState(0);
+ const [offset, setOffset] = useState(0);
+ const [more, setMore] = useState(1);
//获取数据
const getData = async () => {
+ if (!more) return;
try {
const base = baseRequest();
//获取现有id
@@ -88,6 +91,8 @@ const TopPostsContent = (props) => {
},
body: JSON.stringify({
ids: intIds,
+ offset: 0,
+ limit: 20 + offset,
...base,
}),
});
@@ -97,6 +102,11 @@ const TopPostsContent = (props) => {
alert(temData2.msg);
return;
}
+ if (temData.data.offset > total) {
+ setTotal(temData.data.offset);
+ }
+ setOffset(temData2.data.offset);
+ setMore(temData2.data.more);
//匹配表格格式
const structedData = temData2.data.list.map((item, index) => {
return {
@@ -169,8 +179,25 @@ const TopPostsContent = (props) => {
(
+ 获得总数:{showData.length}
+ )}
+ onScroll={(e) => {
+ const { scrollHeight, scrollTop, clientHeight } = e.currentTarget;
+ console.log(scrollHeight, scrollTop + clientHeight);
+
+ if (scrollTop + clientHeight + 5 >= scrollHeight) {
+ getData(offset);
+ }
+ }}
/>
diff --git a/src/pages/ZonePostMachineReview/index.jsx b/src/pages/ZonePostMachineReview/index.jsx
index cb1d404..d688c36 100644
--- a/src/pages/ZonePostMachineReview/index.jsx
+++ b/src/pages/ZonePostMachineReview/index.jsx
@@ -34,6 +34,7 @@ const ZonePostMachineReviewContent = (props) => {
title: "动态内容",
dataIndex: "content",
key: "content",
+ width: 500,
render: (data) => (
@@ -47,16 +48,28 @@ const ZonePostMachineReviewContent = (props) => {
)}
媒体:
-
+
item.urls[0])}
>
{data.media.images.map((item, index) => (
-
+
+
+
))}
{data.media.videos.map((item, index) => (
-
+
+
+
))}
diff --git a/src/routes/index.js b/src/routes/index.js
index 56a22bc..a633de2 100644
--- a/src/routes/index.js
+++ b/src/routes/index.js
@@ -8,6 +8,7 @@ import StreamerJoinNew from "../pages/StreamerJoinNew";
import StreamerInformationCompleteNew from "../pages/StreamerInformationCompleteNew";
import Feedback from "../pages/Feedback";
import Notices from "../pages/Notices";
+import AutoAnwser from "../pages/AutoAnwser";
import HotManage from "../pages/HotManage";
import Contact from "../pages/Contact";
import UploadMedia from "../pages/UploadMedia";
@@ -80,6 +81,10 @@ const routes = [
path: "notices/*",
element:
,
},
+ {
+ path: "autoAnswer/*",
+ element:
,
+ },
{
path: "hotManage/*",
element:
,
diff --git a/src/utils/baseRequest.js b/src/utils/baseRequest.js
index ddf207d..3a2e3e4 100644
--- a/src/utils/baseRequest.js
+++ b/src/utils/baseRequest.js
@@ -6,7 +6,7 @@ export default function baseRequest() {
const account = cookies.get("account");
const b_ts = new Date().getTime();
const baseRequest = {
- b_mid: account.mid,
+ b_mid: account?.mid,
b_ch: "op",
b_ts: b_ts,
b_token: token,