From 94cd1c92be2dbd550b9545252111ba9855bd06f4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?=
<7854742+wang_rumeng@user.noreply.gitee.com>
Date: Mon, 18 Aug 2025 19:38:57 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=BC=E5=AE=B9=E5=8E=86?=
=?UTF-8?q?=E5=8F=B2=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/ui/shot-tab-content.tsx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/components/ui/shot-tab-content.tsx b/components/ui/shot-tab-content.tsx
index 96de29b..8dcdfa6 100644
--- a/components/ui/shot-tab-content.tsx
+++ b/components/ui/shot-tab-content.tsx
@@ -244,7 +244,7 @@ export const ShotTabContent = (props: ShotTabContentProps) => {
)}
- {shot.status === 1 && (
+ {shot.status === 1 && shot.videoUrl[0] ? (