Authored by 周少峰

Merge branch 'release/1026'

@@ -278,7 +278,7 @@ async function requestHeaderData(type) { @@ -278,7 +278,7 @@ async function requestHeaderData(type) {
278 resData = template(resData); 278 resData = template(resData);
279 279
280 if (!_.isEmpty(res[0].data) && !_.isEmpty(res[1].data)) { 280 if (!_.isEmpty(res[0].data) && !_.isEmpty(res[1].data)) {
281 - cacheHeaderHtml[type] = resData; 281 + cacheHeaderHtml[type] = [resData, new Date()];
282 } 282 }
283 } else { 283 } else {
284 resData = cacheHeaderHtml[type][0]; 284 resData = cacheHeaderHtml[type][0];