帖子

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

未登录无法操作

评论 0

列表为空,暂无内容
须弥技术

专业PHP开发,运维技术社区

打开 App