feat(miniprogram): 微信订阅消息引导 + 个人中心消息 badge 占位
- 新增 wechat-templates.ts 集中管理模板 ID - 预约成功后引导用户订阅预约提醒 - 随访记录提交后引导订阅随访提醒 - 个人中心新增消息中心入口 + 未读数 badge(MVP 占位 unreadCount: 0)
This commit is contained in:
5
apps/miniprogram/src/services/wechat-templates.ts
Normal file
5
apps/miniprogram/src/services/wechat-templates.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const TEMPLATE_IDS = {
|
||||
APPOINTMENT_REMINDER: '',
|
||||
FOLLOWUP_REMINDER: '',
|
||||
REPORT_NOTIFICATION: '',
|
||||
};
|
||||
Reference in New Issue
Block a user