小程序 showModal content換行

 

備註: 微信

\r\n在手機上面能夠實現換行效果
wx.showModal({
      title: '提示',
      content: '一、該拼團僅支持到指定取貨地址自提\r\n二、拼團支付價格爲拼團原價,當到達指定階梯,拼團差價將在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%258Cspa

相關文章
相關標籤/搜索