[update] 变更:首页消息有超时未读的弹框提醒

This commit is contained in:
lideqin
2023-07-13 18:31:56 +08:00
parent 9f113f89bc
commit 60b25afc20
+1 -1
View File
@@ -388,7 +388,7 @@ Page({
const anntIds = res.result.map(item => item.anntId).join(',')
wx.showModal({
title: '超时未读提醒',
content: messageArr.join('\r\n'),
content: messageArr.join('\n'),
showCancel: false,
confirmText: '知道了',
success: () => {