|
@@ -1,6 +1,6 @@
|
|
|
<html>
|
|
|
<head>
|
|
|
-<title>文章内容</title>
|
|
|
+<title>活动内容</title>
|
|
|
{{include "/common/inc.html"}}
|
|
|
<script src="/js/validform-min.js"></script>
|
|
|
<link href="/css/index-new.css" rel="stylesheet">
|
|
@@ -83,7 +83,6 @@ $(function (){
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
//顶部是否加载完毕
|
|
|
-var topLoadOver = false;
|
|
|
var isMobile = false;
|
|
|
var keyCode=0;
|
|
|
document.onkeydown=function(event){
|
|
@@ -94,7 +93,6 @@ document.onkeydown=function(event){
|
|
|
};
|
|
|
$(function (){
|
|
|
isMobile = !$("#b-loginStatus").is(":visible");
|
|
|
- b_loadTop();
|
|
|
$("#searchFormBtn").click(function(){
|
|
|
keyCode = 13;
|
|
|
$("form#searchForm").submit();
|
|
@@ -115,11 +113,6 @@ $(function (){
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
- $("#header-searchInput").bind("focus blur",function(){
|
|
|
- //$(".a-h-search").toggleClass("a-com-focus");
|
|
|
- $(this).prev("i").toggleClass("text-primary");
|
|
|
- //$("#loginStatus").toggleClass("hide");
|
|
|
- });
|
|
|
//
|
|
|
$("[id='releaseService']").click(function(){
|
|
|
if(isLogined){
|
|
@@ -128,20 +121,6 @@ $(function (){
|
|
|
loginModalShow(6);
|
|
|
}
|
|
|
});
|
|
|
- //手机版
|
|
|
- $("#nvaBtn").click(function(){
|
|
|
- if($(this).attr("src") == "/images/nav-btn.png"){
|
|
|
- $(this).attr("src","/images/nav-btn-a.png");
|
|
|
- }else{
|
|
|
- $(this).attr("src","/images/nav-btn.png");
|
|
|
- }
|
|
|
- $("#head-navbar").toggleClass("hidden-xs");
|
|
|
- });
|
|
|
- $("body").click(function(e){
|
|
|
- if(isMobile && e.target.id != "head-navbar-ul" && e.target.id != "nvaBtn"){
|
|
|
- $("#head-navbar").addClass("hidden-xs");
|
|
|
- }
|
|
|
- });
|
|
|
});
|
|
|
|
|
|
</script>
|