1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-07-26 20:10:51 +08:00

update: 调整部分显示的内容,如文章相关文字进行替换

This commit is contained in:
小莫唐尼
2024-07-16 11:13:52 +08:00
parent bb228c6705
commit a65ea2617b
5 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
<text class="value">{{ result.stats.upvote }}</text>
<text class="label">喜欢</text>
</view>
<view class="count-item">
<view v-if="postDetailConfig && postDetailConfig.showComment" class="count-item">
<text class="value">{{ result.stats.comment }}</text>
<text class="label">评论</text>
</view>
+2 -2
View File
@@ -22,7 +22,7 @@
<!-- 空布局 -->
<tm-empty v-if="!queryParams.keyword" icon="icon-shiliangzhinengduixiang-" label="请输入关键词搜索"></tm-empty>
<tm-empty v-else icon="icon-shiliangzhinengduixiang-"
:label="`未搜到 ${queryParams.keyword} 相关文章`"></tm-empty>
:label="`未搜到 ${queryParams.keyword} 相关内容`"></tm-empty>
</view>
<block v-else>
<!-- 文章卡片 -->
@@ -88,7 +88,7 @@ export default {
};
},
onLoad() {
this.fnSetPageTitle('文章列表');
this.fnSetPageTitle('内容搜索');
},
created() {
if (!this.queryParams.keyword) {