\r\n 都不行,怎么才能换行和居中?
亲测:\r\n 手机上有效
wx.showModal({
title:
'提示'
,
content:
'第一行内容\r\n第二行内容\r\n第三行内容\r\n第四行内容'
success:
function
(res) {
if
(res.confirm) {
console.log(
'用户点击确定'
)
}
else
(res.cancel) {
'用户点击取消'
})1
这个限制太大了,真做不出什么有用的东西
好像不行诶