From 9f24a01b1a2f058d4975ff9c9d7e1f0be7f6c908 Mon Sep 17 00:00:00 2001 From: lyp Date: Tue, 24 Dec 2024 15:48:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=9B=B4=E6=94=B9=E8=B6=85?= =?UTF-8?q?=E5=B0=8F=E5=B1=8F=E5=B9=95=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/card/CardProj.tsx | 52 +++++++++++++++++--------------- 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/src/components/card/CardProj.tsx b/src/components/card/CardProj.tsx index 386f03f..3c99600 100644 --- a/src/components/card/CardProj.tsx +++ b/src/components/card/CardProj.tsx @@ -444,8 +444,9 @@ export default function CardProj(props: any) { 演示视频:{videoDemoValue} -
-
+
+
+
{ if (data.generate.generateStatus == GenerateStatus.SUCCESS || payCharge == '全托管') { @@ -488,31 +489,34 @@ export default function CardProj(props: any) {
菜单排序({data.projModCount})
-
- {props.tagArray.map((item: any) => { - return ( +
-
+ {props.tagArray.map((item: any) => { + return ( + +
{ + + upTag(item.value, data.projId) + // upData(item.value) + // props.updata() }} - onClick={() => { + > + {item.label} + {/* 提交版权中心 */} +
- upTag(item.value, data.projId) - // upData(item.value) - // props.updata() - }} - > - {item.label} - {/* 提交版权中心 */} -
- - ) - })} -
+ ) + })}