Commit 074b6816 authored by 李尚科's avatar 李尚科

fix

parent 7bc30565
Pipeline #14392 passed with stage
in 19 seconds
...@@ -427,7 +427,7 @@ class InstitutionService extends Service { ...@@ -427,7 +427,7 @@ class InstitutionService extends Service {
if (institution.class_type) { if (institution.class_type) {
tags.push(institution.class_type); tags.push(institution.class_type);
} }
if (build_time) { if (Number(institution.establishment_time)) {
tags.push('成立' + build_time + '年'); tags.push('成立' + build_time + '年');
} }
const image = institution_images[i] ? institution_images[i].image_url : ''; const image = institution_images[i] ? institution_images[i].image_url : '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment