From b96b936604bed14da928ed8e8b870c58a8ce3e4b Mon Sep 17 00:00:00 2001 From: fengpu <18691763612@163.com> Date: Thu, 27 Aug 2026 14:03:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=90=A5=E5=85=BB=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=84=8F=E8=A7=81=E5=8F=8D=E9=A6=88=E9=A1=B5=EF=BC=88=E7=B1=BB?= =?UTF-8?q?=E5=9E=8Bchips/=E6=88=AA=E5=9B=BE=E4=B8=8A=E4=BC=A0/=E4=B8=89?= =?UTF-8?q?=E6=80=81=E5=8F=8D=E9=A6=88=E8=AE=B0=E5=BD=95=E5=88=97=E8=A1=A8?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- index.html | 1 + .../mini-program/nutrition/doc/CHANGELOG.md | 9 + .../mini-program/nutrition/me-feedback.html | 303 ++++++++++++++++++ .../mini-program/nutrition/me-home.html | 1 + 4 files changed, 314 insertions(+) create mode 100644 other-module/mini-program/nutrition/me-feedback.html diff --git a/index.html b/index.html index f96f3ce..7a33cfd 100644 --- a/index.html +++ b/index.html @@ -881,6 +881,7 @@ const SITE_MAP = [ {label:'会员中心', file:'me-vip.html'}, {label:'消息中心', file:'me-messages.html'}, {label:'操作日志', file:'me-logs.html'}, + {label:'意见反馈', file:'me-feedback.html'}, {label:'设置', file:'me-settings.html'}, {label:'账户管理', file:'me-account.html'}, {label:'扫码溯源', file:'trace-query.html'}, diff --git a/other-module/mini-program/nutrition/doc/CHANGELOG.md b/other-module/mini-program/nutrition/doc/CHANGELOG.md index 152db47..10afccc 100644 --- a/other-module/mini-program/nutrition/doc/CHANGELOG.md +++ b/other-module/mini-program/nutrition/doc/CHANGELOG.md @@ -1,5 +1,14 @@ # 营养管理小程序 CHANGELOG +## [1.4.0] - 2026-08-27 + +### 变更 + +**我模块** +- `me-feedback.html` — 新增意见反馈页:反馈类型单选 chips(功能异常/产品建议/内容错误/其他)、内容描述(限 500 字含计数)、截图上传九宫格(上限 3 张可增删)、选填联系方式、提交校验与 Toast 反馈;「我的反馈」历史列表含三态状态徽标(已提交/处理中/已回复),点击展开完整内容与官方回复,提交成功后新反馈 prepend 至列表顶部并重置表单 +- `me-home.html` — 个人中心菜单插入「📮 意见反馈」入口,位于操作日志与设置之间(菜单 9→10 项) +- `index.html` — SITE_MAP 同步新增「意见反馈」条目(小程序模块页数 +1) + ## [1.3.0] - 2026-06-22 ### 变更 diff --git a/other-module/mini-program/nutrition/me-feedback.html b/other-module/mini-program/nutrition/me-feedback.html new file mode 100644 index 0000000..3a0c729 --- /dev/null +++ b/other-module/mini-program/nutrition/me-feedback.html @@ -0,0 +1,303 @@ + + + + + + 意见反馈 | 智能餐养小程序 + + + +
+ +
+ 09:41 +
+ + + +
+
+ + + + + +
+ +
+
反馈类型*
+ +
+ 功能异常 + 改进建议 + 用餐体验 + 其他 +
+ +
内容描述*
+
+ + 0/500 +
+ +
上传截图选填,最多3张
+ +
+
📸×
+
🖼️×
+
添加图片
+
+ +
联系方式选填
+ +
+ + + + +
我的反馈
+
+ +
+
+ 产品建议 + 已回复 + 2026-08-20 +
+
建议在就餐记录里增加按周统计热量的功能,现在只能看单日的摄入趋势,不方便对照一周的营养目标完成情况。
+
+
官方回复 · 2026-08-22
+
感谢您的建议!按周统计热量功能已列入近期迭代计划,预计下个版本上线,敬请期待。
+
+
+
+
+ 功能异常 + 处理中 + 2026-08-24 +
+
在订餐页下单支付成功后,订单状态一直显示"待支付",下拉刷新也没有恢复,重新进入小程序才正常。
+
+
+
+ 内容错误 + + 2026-08-26 +
+
照做食谱详情页的食材用量与步骤描述不一致:食材清单里写 80g,步骤 2 里写的是 100g,麻烦核实修正。
+
+
+
+
+ +
+
+ + + + diff --git a/other-module/mini-program/nutrition/me-home.html b/other-module/mini-program/nutrition/me-home.html index 48cf756..cddb394 100644 --- a/other-module/mini-program/nutrition/me-home.html +++ b/other-module/mini-program/nutrition/me-home.html @@ -151,6 +151,7 @@ 👑会员中心 🔔消息中心5 📝操作日志 + 📮意见反馈 ⚙️设置