DiscuzQ PC端隐藏会员统计方法
打开模板文件:pages/site/info.vue
找到:大约86行.91行左右
< p >
< span class="date color" >{{ $t("manage.contents") }}
< span class="workdate bold" >{{
forums.other && forums.other.count_threads
}}</ span >
</ p >
和
< p>
< span class="date color">{{ $t("home.theme") }}< /span>
< span class="workdate bold">{{
forums.other && forums.other.count_users
}}< /span>
< /p>
< p class="member-img" >
< span v-for="(item, index) in forums.users" :key="index" class="img" >
< Avatar :user="item" :size="30" :round="true" class="avatar" />
< /p>
删除或注释即可。
https://www.fireself.cn/post/3931