Browse Source

[WHAT] 加入展覽卡片Logo連結

Dev
berlin-tzen 2 years ago
parent
commit
403ea7307a
  1. 1
      EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj
  2. 5
      EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_QryService.cs

1
EuroTran/EasyBL.WEBAPP/EasyBL.WEBAPP.csproj

@ -62,6 +62,7 @@
<HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.ServiceProcess" />

5
EuroTran/EasyBL.WEBAPP/ShowEasy/ExhibMaintain_QryService.cs

@ -844,7 +844,10 @@ namespace EasyBL.WEBAPP.SYS
var LogoFile = fm_qry.FindOneByIDs(Exhibition.Logo);
if (LogoFile != null) {
Cards[Exhibition.ExhibitionID].Logo = LogoFile.FilePath;
var Server = Common.ConfigGetValue("", "ida:RedirectUri");
Cards[Exhibition.ExhibitionID].Logo = Server +"/"+ LogoFile.FilePath.Replace("\\", "/");
}
if (Info != null) {

Loading…
Cancel
Save