Просмотр исходного кода

首页专家左右按钮问题修复

anderx лет назад: 7
Родитель
Сommit
11aaaeb5fb

+ 1 - 1
src/main/java/com/goafanti/marketing/service/impl/MarketingManagementServiceImpl.java

@@ -49,7 +49,7 @@ public class MarketingManagementServiceImpl implements MarketingManagementServic
 	public List<MarketingManagementBo> selectMarketList(HttpServletRequest res,Integer category,Integer boothSize) {
 		String url=res.getServerName();
 		url=url.substring(url.indexOf(".")+1, url.length());
-		if (url.equals("localhost")||url.equals("168.1.102")) {
+		if (url.equals("localhost")||url.equals("168.1.101")) {
 			url="jishutao.com";
 		}
 		return marketingManagementMapper.selectMarketList(url,category,boothSize);

+ 0 - 3
src/main/webapp/WEB-INF/views/portal/index.html

@@ -290,9 +290,6 @@
 		<div th:replace="common::copyright"></div>
 		<div th:replace="common::login"></div>
 	</footer>
-	<div class="smg">
-		<input type="text" name="msg" value="" id="msg" />
-	</div>
 	<div th:replace="common::footer(~{::script})">
 		<script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
 		<script type="text/javascript" th:src="${portalHost + '/index.js'}"></script>