7a55ee0f2e
前端: - 新增 pages/comments 独立评论页(列表 + 底部输入条 + 回复),社区卡片点评论改为 navigateTo - 输入条用普通流式布局 + 原生 adjust-position 做键盘避让,聚焦期间不 setData 碰输入框 - 评论只能配 1 张图;底部常驻「审核后公开」提示;发送按钮在途「审核中…」防连点 - 发布结果按状态区分:过审即时展示,其余提示「已提交,审核通过后展示」 - 评论页把已发布评论数回传社区列表,卡片数字实时更新 后端: - CreateComment 文本判为违规时直接拒收(ErrContentRejected),不入库 - 社区列表/用户帖子列表用「已发布评论实时条数」覆盖 comment_count, 修正异步过审/删待审/后台改状态导致的计数漂移 - IDCard 手机号返回完整号码(上一批遗留) Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"pages": [
|
|
"pages/onboarding/onboarding",
|
|
"pages/home/home",
|
|
"pages/plan/plan",
|
|
"pages/record/record",
|
|
"pages/addrecord/addrecord",
|
|
"pages/history/history",
|
|
"pages/expense/expense",
|
|
"pages/petform/petform",
|
|
"pages/idcard/idcard",
|
|
"pages/report/report",
|
|
"pages/community/community",
|
|
"pages/comments/comments",
|
|
"pages/learn/learn",
|
|
"pages/article/article",
|
|
"pages/mine/mine",
|
|
"pages/decorate/decorate",
|
|
"pages/settings/settings",
|
|
"pages/user/user",
|
|
"pages/relations/relations"
|
|
],
|
|
"window": {
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#F8F6F2",
|
|
"backgroundTextStyle": "dark"
|
|
},
|
|
"tabBar": {
|
|
"custom": true,
|
|
"color": "#8D8277",
|
|
"selectedColor": "#DD8420",
|
|
"backgroundColor": "#FFFFFF",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/report/report",
|
|
"text": "报告"
|
|
},
|
|
{
|
|
"pagePath": "pages/community/community",
|
|
"text": "社区"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"style": "v2"
|
|
}
|