[update] 变更:首页消息有超时未读的弹框提醒
This commit is contained in:
+1
-1
@@ -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: () => {
|
||||
|
||||
Reference in New Issue
Block a user