Fix:4897 【商城小程序】用户收到客服消息,消息图标未显示红点提示

This commit is contained in:
linxi
2026-02-10 11:30:53 +08:00
parent 86fc52a62e
commit d6d8222831
3 changed files with 44 additions and 16 deletions
+2 -1
View File
@@ -25,4 +25,5 @@ export function getMessageList(params) {
*/
export function replyMessage(data) {
return request.post("/user/reply/add", data, {login: true})
}
}