...
|
...
|
@@ -266,7 +266,7 @@ async function requestHeaderData(type) { |
|
|
|
|
|
resData = template(resData);
|
|
|
|
|
|
if (res[0] && res[0].data && res[1] && res[1].data) {
|
|
|
if (!_.isEmpty(res[0].data) && !_.isEmpty(res[1].data)) {
|
|
|
cacheHeaderHtml[type] = resData;
|
|
|
}
|
|
|
} else {
|
...
|
...
|
|