From 678cf2325c8c83b51a673d4a22e87bb284d1e083 Mon Sep 17 00:00:00 2001
From: "WIN-UGQIHHLSKBB\\EDY" <1790703832@qq.com>
Date: Mon, 1 Jun 2026 18:06:31 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E6=A8=A1=E6=9D=BF=E8=A7=86=E9=A2=91?=
=?UTF-8?q?=E8=AF=A6=E6=83=85=E4=B8=8D=E5=B1=95=E7=A4=BA=E7=9A=84=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/dialog/asset-details/index.tsx | 4 ++--
src/layouts/layoutContentModalMount.ts | 7 ++-----
src/pages/Create/panels/MyCreationsPanel/index.scss | 1 +
3 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/src/dialog/asset-details/index.tsx b/src/dialog/asset-details/index.tsx
index 6e993b6..f724af8 100644
--- a/src/dialog/asset-details/index.tsx
+++ b/src/dialog/asset-details/index.tsx
@@ -481,14 +481,14 @@ export default function AssetDetailsDialog({
{isDetailLoading ?
: null}
{(() => {
if (asset == null) return null;
- if (asset.type === 1 || (asset.type === 4)) {
+ if (asset.type === 1 || (asset.type === 4 && asset.taskInfo?.type === 1)) {
return (
);
}
- if (asset.type === 2) {
+ if (asset.type === 2 || (asset.type === 4 && asset.taskInfo?.type === 2)) {
return (