diff --git a/src/pages/StreamerInformationCompleteNew/index.jsx b/src/pages/StreamerInformationCompleteNew/index.jsx index 35eb507..7e44cb7 100644 --- a/src/pages/StreamerInformationCompleteNew/index.jsx +++ b/src/pages/StreamerInformationCompleteNew/index.jsx @@ -20,18 +20,18 @@ const JoinContent = (props) => { key: "baseInfo", render: (data) => (
- {/* */} + />

ID:{data.id}

- {/*

+

昵称:{data.name} -

*/} +

提交时间:{data.submitTime}

@@ -263,7 +263,7 @@ const JoinContent = (props) => { } else { switch (current) { case "pending": - approve_status = 3; + approve_status = 1; break; default: break;