FIX: fix the model name display issue under project page

JIRA STUDIO-4625

Change-Id: I9d9627967dcec845f66422e06eadfd2bfe964bb9
(cherry picked from commit 0916207d640dece303a9fe8d4e886872d3c8fa44)
This commit is contained in:
zorro.zhang
2023-09-27 14:24:59 +08:00
committed by Lane.Wei
parent caedbfd24c
commit 8a6b2f7a1a
4 changed files with 27 additions and 4 deletions

View File

@@ -209,6 +209,7 @@ function ShowModelInfo( pModel )
SendWXDebugInfo("Model Name: "+sModelName);
$('#ModelName').html(sModelName);
$('#ModelName').attr('title',sModelName);
$('#ModelAuthorName').html(sModelAuthor);
switch(UploadType)