使用wx.showModel 弹框,里面的content有#,但是不显示。
wx.showModal({content: '#123#',})
wx.showModal({
content: '#123#',
})
在开发工具上显示,在手机测试不显示。
取消