wangchuanjin 9 yıl önce
ebeveyn
işleme
c9f7ffefb9

+ 1 - 1
core/src/qfw/search/wxsearchservice.go

@@ -384,7 +384,7 @@ func wxsearhWebContentent(querymap map[string]string, n *Wxsearch, reqType strin
 			tmpdate, _ := res[i]["EstDate"]
 
 			//res[i]["OperatorLabel"] = getDiffName(EntType)[0]
-			if tmpdate != nil {
+			if tmpdate != nil && IntAll(tmpdate) != 0 {
 				res[i]["EstDate"] = FormatDateWithObj(&tmpdate, Date_Short_Layout)
 			} else {
 				res[i]["EstDate"] = ""

+ 1 - 1
core/src/web/staticres/css/dev-qfw.css

@@ -848,7 +848,7 @@ a{
 .a-index-head .a-i-h-middle {
 	padding-left: 10px;
 	position: relative;
-	width: 685px;
+	width: 675px;
 }
 
 .a-index-head .a-i-h-middle div, .a-index-head .a-i-h-middle .carousel.slide img

+ 1 - 1
core/src/web/templates/member/incmobile/list.html

@@ -183,7 +183,7 @@
 											 .replace("$excDirect",data[i]["excDirect"]?"经营异常":"$excDirect")
 											 .replace("$Id",data[i]["_id"])
 											 .replace("$Id",data[i]["_id"])
-											 .replace("$OpStateName",data[i]["OpStateName"].substr(0,2));
+											 .replace("$OpStateName",data[i]["OpStateName"]=="<nil>"?"":data[i]["OpStateName"].substr(0,2));
 					if (data[i].OpStateName!="存续"&&data[i].OpStateName.indexOf("在营")==-1){
 						 tmp=tmp.replace("$status","ent-status-r");
 					}else{