当前位置:网站首页>Applet wx show

Applet wx show

2022-06-24 09:08:00 Secret Shura

Direct use \r\n Line break

wx.showModal({
    
    title: 'showModal Line break ',
	     content: ' full name :JIM\r\n  Number of people present :22 \r\n Dining hot book :33',
	     success(res) {
    
	       if (res.confirm) {
    
	         console.log(' The user clicks ok ')
	       } else if (res.cancel) {
    
	         console.log(' The user clicks cancel ')
	       }
	      }
  })

There is still no line break in the developer tool , But it was changed on the mobile phone

原网站

版权声明
本文为[Secret Shura]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/175/202206240625104447.html