小程序 showModal content换行

备注:

\r\n在手机上面可以实现换行效果
wx.showModal({
      title: '提示',
      content: '1、该拼团仅支持到指定取货地址自提\r\n2、拼团支付价格为拼团原价,当到达指定阶梯,拼团差价将在3个工作日内退回您的微信账户',  success: function (res) { if (res.confirm) { console.log('用户点击确定') } else if (res.cancel) { console.log('用户点击取消') } } })

参考连接地址:https://developers.weixin.qq.com/community/develop/doc/18cd7e4e3e44f68d8d3b5f91eb3b965d?highLine=showModal%2520content%25E6%258D%25A2%25E8%25A1%258C