Browse Source

fix:消息中心图标添加

duxin 2 years ago
parent
commit
feb4181abb

+ 6 - 4
src/jfw/front/classificationTag.go

@@ -438,11 +438,13 @@ func NewIndexbids(session *httpsession.Session, r *http.Request) []map[string]in
 				v1["budget"] = ConversionMoeny(v1["bidamount"])
 			}
 		}
+		if bytes, err := json.Marshal(*lists); err == nil && bytes != nil {
+			_ = redis.PutBytes(RedisNameNew, "jyNewIndexbids", &bytes, 5*60)
+		}
+		return *lists
 	}
-	if bytes, err := json.Marshal(*lists); err == nil && bytes != nil {
-		_ = redis.PutBytes(RedisNameNew, "jyNewIndexbids", &bytes, 5*60)
-	}
-	return *lists
+
+	return nil
 }
 
 // 格式输出数据

BIN
src/web/staticres/images/msgCenter/dyxx.png


BIN
src/web/staticres/images/msgCenter/fwtz.png


BIN
src/web/staticres/images/msgCenter/fxbg.png


BIN
src/web/staticres/images/msgCenter/hdtz.png


BIN
src/web/staticres/images/msgCenter/qbxx.png


BIN
src/web/staticres/images/msgCenter/qydt.png


BIN
src/web/staticres/images/msgCenter/sx.png


BIN
src/web/staticres/images/msgCenter/xmdt.png


BIN
src/web/staticres/images/msgCenter/xttz.png