![](https://img.haomeiwen.com/i1722765/9ade9ef9917ed996.png)
解决方案:使用“\r\n”换行
wx.showModal({
title: 'showModal换行',
content: '姓名:JIM\r\n性别:女\r\n国籍:中国',
success(res) {
if (res.confirm) {
console.log('用户点击确定')
} else if (res.cancel) {
console.log('用户点击取消')
}
}
})
解决方案:使用“\r\n”换行
wx.showModal({
title: 'showModal换行',
content: '姓名:JIM\r\n性别:女\r\n国籍:中国',
success(res) {
if (res.confirm) {
console.log('用户点击确定')
} else if (res.cancel) {
console.log('用户点击取消')
}
}
})
本文标题:微信小程序wx.showModal模态对话框中content换行
本文链接:https://www.haomeiwen.com/subject/ditafdtx.html
网友评论