From 60b25afc204880de726a9abec25022fddaa2b1a7 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 13 Jul 2023 18:31:56 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=8F=98=E6=9B=B4=EF=BC=9A=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=B6=88=E6=81=AF=E6=9C=89=E8=B6=85=E6=97=B6=E6=9C=AA?= =?UTF-8?q?=E8=AF=BB=E7=9A=84=E5=BC=B9=E6=A1=86=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: () => {