bugfix and performance improvements

This commit is contained in:
quantulr
2023-07-31 17:27:13 +08:00
parent 0655aa1fa5
commit 1f5d58558b
20 changed files with 146 additions and 65 deletions

View File

@ -9,7 +9,9 @@
</div>
<div class="line">
{{ "webSearch.companySize" }}
<span>{{ data.kind_title || "后台暂没提供" }}</span>
<span>{{
data.kind_title || t("webSearch.noDataFromBackground")
}}</span>
</div>
<div class="line">
{{ t("webSearch.coreProducts") }} <span>{{ data.product }}</span>
@ -17,7 +19,7 @@
<div class="line">
{{ t("webSearch.companyWebsite") }}
<a :href="data.url"
><span>{{ data.url || "后台暂没提供" }}</span></a
><span>{{ data.url || t("webSearch.noDataFromBackground") }}</span></a
>
</div>
</div>