首页新增app下载二维码。

This commit is contained in:
fengys 2018-06-24 20:55:37 +08:00
parent 4bcdd9fc17
commit 403d092f05
2 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -32,7 +32,7 @@ $(function(){
<body>
<div class="container">
<div class="space"></div>
<div><%
<div style="float:left;width:20%"><%
com.amarsoft.are.jbo.BizObjectManager boardM = com.amarsoft.are.jbo.JBOFactory.getBizObjectManager("jbo.sys.BOARD_LIST");
boardM.getQueryProperties().setProperty("largeResultWarn", "2000");
//String sql = "select O.BoardNo, O.BoardTitle, O.IsNew, O.IsEject, O.DocNo from O where O.IsPublish = 'Y' and (O.ShowToRoles is null or O.ShowToRoles in (select UR.RoleID from jbo.sys.USER_ROLE UR where UR.UserID=:UserID)) order by O.BoardNo desc";
@ -52,6 +52,9 @@ if("Y".equals(boardBos.get(i).getAttribute("IsNew").getString())){%><span class=
</div>
<div class="space"></div>
<div style="float:right;width:20%">
<img style="width:90%;margin-top:10%" alt="" src="<%=sWebRootPath%>/AppMain/AppLogo/downLoad.png">
</div>
</div>
</body>
</html>