This commit is contained in:
夏菊 2025-03-14 10:10:14 +08:00
parent 7909e0cc9d
commit 3a83e0f5c6
1 changed files with 6 additions and 6 deletions

View File

@ -30,7 +30,7 @@ namespace FineUIPro.Web.AttachFile
{
newurl = Fileurl;
}
if (AttachFileService.IsImage(FiletExtension))
if (AttachFileService.IsImage(FiletExtension) && 1 > 2)
{
this.TabStrip1.Hidden = true;
this.Image1.Hidden = false;