layer.confirm('提示内容!', { btn: ['肯定', '取消'] //按钮 }, function () {跳转或者点击按钮后想要实现的功能 layer.close(index); });io