diff --git a/pages/home/home.js b/pages/home/home.js index 6150621..66cd0d5 100644 --- a/pages/home/home.js +++ b/pages/home/home.js @@ -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: () => {