摘要: 代码如下: wx.showModal({ title: '提示', content: '确定要删除吗?', success: function (sm) { if (sm.confirm) { // 用户点击了确定 可以调用删除方法了 } else if (sm.cancel) { console. 阅读全文
posted @ 2021-01-07 09:54 周文豪 阅读(385) 评论(0) 推荐(0)