wangshan 5 years ago
parent
commit
624aa6cd61
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/web/staticres/css/wx/home.css
  2. 1 1
      src/web/templates/weixin/historypush.html

+ 2 - 2
src/web/staticres/css/wx/home.css

@@ -51,8 +51,8 @@ width: 100%;
 }
 
 .home .top .home_search .icon_search, .home .top .home_search .icon_question {
-  width: .48rem;
-  height: .48rem;
+  width: .58rem;
+/*  height: .48rem;*/
 }
 
 .home .top .home_banner {

+ 1 - 1
src/web/templates/weixin/historypush.html

@@ -533,7 +533,7 @@
 			if(!vis){
 				for(var i=0;i<dataCache.length;i++){
 					if(dataCache[i]._id==eid&&dataCache[i].ca_date==pd){
-						dataCache[i].ca_visit=1;
+						dataCache[i].ca_isvisit=1;
 						break
 					}
 				}