微信小程序之几种常见的弹框提示信息实现详解 一、模态窗口delete(){wx.showModal({title:'',content:'是否确认删除',success(res){if(res.confirm){console.log( 弹框提示信息