From 43c9311b28f6997a07b7a381a544e191e9f8bbb3 Mon Sep 17 00:00:00 2001 From: jueweijue Date: Wed, 17 Jul 2024 10:10:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/StreamerInformationCompleteNew/index.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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;