摘要: wx.showModal({ title:'提示', content:'第一行内容\r\n第二行内容\r\n第三行内容\r\n第四行内容', success:function (res) { if (res.confirm) { console.log('用户点击确定') }else if (res 阅读全文
posted @ 2021-07-28 14:30 还有什么值得拥有 阅读(713) 评论(0) 推荐(0)