Merge branch 'release/1026'
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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]; |
-
Please register or login to post a comment