feat(fe): 暂时下线社区评论入口(commentsEnabled=false),页面与代码保留
社区卡片评论按钮用 commentsEnabled 开关隐藏;comments 独立页、openComments、 后端评论接口全部保留,改回 true 即可恢复。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -45,6 +45,9 @@ function mapPost(p) {
|
||||
Page({
|
||||
data: {
|
||||
pet: {},
|
||||
// 评论功能暂时下线:入口隐藏,comments 页面与 openComments 等代码全部保留,
|
||||
// 需要恢复时把这里改回 true 即可
|
||||
commentsEnabled: false,
|
||||
feedTabs: ['推荐', '关注', '新手求助', '晒宠', '经验'],
|
||||
feedIdx: 0,
|
||||
posts: [],
|
||||
|
||||
Reference in New Issue
Block a user