xuzhiheng 6 سال پیش
والد
کامیت
5a302646fb

+ 0 - 5
src/jfw/modules/app/src/web/staticres/jyapp/css/wxlist.css

@@ -1,9 +1,4 @@
 /*列表样式*/
 /*列表样式*/
-.tslist .bt{
-	color:#1d1d1d;
-	text-decoration: none;
-	word-break: break-all;
-}
 .tslist .keyword{
 .tslist .keyword{
 	color:#2cb7ca;
 	color:#2cb7ca;
 }
 }

+ 9 - 2
src/jfw/modules/app/src/web/templates/weixin/historypush.html

@@ -4,7 +4,7 @@
 <title>招标订阅</title>
 <title>招标订阅</title>
 {{include "/common/inc.html"}}
 {{include "/common/inc.html"}}
 <link href="/jyapp/css/dropload.css?v={{Msg "seo" "version"}}" rel="stylesheet">
 <link href="/jyapp/css/dropload.css?v={{Msg "seo" "version"}}" rel="stylesheet">
-<link href="/jyapp/css/wxlist.css?v={{Msg "seo" "version"}}" rel="stylesheet">
+<link href="/jyapp/css/wxlist.css?v={{Msg "seo" "version"}}3" rel="stylesheet">
 <script src="/jyapp/js/jquery.js"></script>
 <script src="/jyapp/js/jquery.js"></script>
 <script src="/jyapp/js/dropload.js?v={{Msg "seo" "version"}}"></script>
 <script src="/jyapp/js/dropload.js?v={{Msg "seo" "version"}}"></script>
 <script src="/jyapp/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
 <script src="/jyapp/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
@@ -374,6 +374,8 @@ function structureHtml(object){
 
 
 		var tableVisit = "";
 		var tableVisit = "";
 		// 已读未读
 		// 已读未读
+		alert(a_visitedindex);
+
 		var $list = $(this).find(".bt").attr("eid");
 		var $list = $(this).find(".bt").attr("eid");
 		if (typeof (a_visitedindex) != "undefined") {
 		if (typeof (a_visitedindex) != "undefined") {
 			var xh = $(this).find(".xh").text().replace(".", "");
 			var xh = $(this).find(".xh").text().replace(".", "");
@@ -714,8 +716,13 @@ a{
 	right: 15px;
 	right: 15px;
 	z-index: 999999;
 	z-index: 999999;
 }
 }
+.bt{
+	color: #1d1d1d;
+	text-decoration: none;
+	word-break: break-all;
+}
 .visited{
 .visited{
-	color: #a0a0a0 !important;
+	color: #a0a0a0;
 }
 }
 </style>
 </style>
 </head>
 </head>

+ 0 - 5
src/web/staticres/css/wxlist.css

@@ -1,9 +1,4 @@
 /*列表样式*/
 /*列表样式*/
-.tslist .bt{
-	color:#1d1d1d;
-	text-decoration: none;
-	word-break: break-all;
-}
 .tslist .keyword{
 .tslist .keyword{
 	color:#2cb7ca;
 	color:#2cb7ca;
 }
 }

+ 8 - 4
src/web/templates/weixin/historypush.html

@@ -4,7 +4,7 @@
 <title>招标订阅</title>
 <title>招标订阅</title>
 {{include "/common/inc.html"}}
 {{include "/common/inc.html"}}
 <link href="{{Msg "seo" "cdn"}}/css/dropload.css?v={{Msg "seo" "version"}}" rel="stylesheet">
 <link href="{{Msg "seo" "cdn"}}/css/dropload.css?v={{Msg "seo" "version"}}" rel="stylesheet">
-<link href="{{Msg "seo" "cdn"}}/css/wxlist.css?v={{Msg "seo" "version"}}" rel="stylesheet">
+<link href="{{Msg "seo" "cdn"}}/css/wxlist.css?v={{Msg "seo" "version"}}3" rel="stylesheet">
 {{include "/common/weixin.html"}}
 {{include "/common/weixin.html"}}
 <script src="/js/jquery.js"></script>
 <script src="/js/jquery.js"></script>
 <script src="{{Msg "seo" "cdn"}}/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
 <script src="{{Msg "seo" "cdn"}}/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
@@ -508,7 +508,7 @@ function setSessionStorage(){
 
 
 function setVisitedIndex(obj,eid){
 function setVisitedIndex(obj,eid){
 	// console.log(obj.hasClass("visited")+"--------");
 	// console.log(obj.hasClass("visited")+"--------");
-	if(obj.find("a.bt").hasClass("visit")||obj.hasClass("visited")){
+	if(obj.find("a.bt").hasClass("visited")||obj.hasClass("visited")){
 		return;
 		return;
 	}
 	}
 	obj.find("a.bt").addClass("visited");
 	obj.find("a.bt").addClass("visited");
@@ -681,9 +681,13 @@ a{
 	color: #fff;
 	color: #fff;
 	font-size: 1.2rem;
 	font-size: 1.2rem;
 }
 }
-
+.bt{
+	color: #1d1d1d;
+	text-decoration: none;
+	word-break: break-all;
+}
 .visited{
 .visited{
-	color: #a0a0a0 !important;
+	color: #a0a0a0;
 }
 }
 </style>
 </style>
 </head>
 </head>