1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +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
+5 -2
View File
@@ -22,7 +22,7 @@
<tm-flop :startVal="0" :decimals="0" :endVal="statistics.post"
:duration="3000"></tm-flop>
</view>
<view class="mt-6 text-align-center text-size-s text-grey-darken-1">文章总数</view>
<view class="mt-6 text-align-center text-size-s text-grey-darken-1">内容数量</view>
</view>
<view class="item flex-1 text-align-center">
<view class="number text-size-xl text-bg-gradient-green-accent">
@@ -133,7 +133,10 @@ export default {
return this.$tm.vx.getters().getConfigs
},
pageConfig() {
return this.$tm.vx.getters().getConfigs?.pageConfig?.aboutConfig || {};
return this.haloConfigs.pageConfig.aboutConfig;
},
postDetailConfig() {
return this.haloConfigs.basicConfig.postDetailConfig;
},
bloggerInfo() {
return this.haloConfigs.authorConfig.blogger;