layer.open({
title: '云堆系统提示',
content: msg.info,
btn: ['添加认证信息'],
yes: function(index, layero){
window.location.href='extendedinfo.html';
},
cancel: function(){
//右上角关闭回调
window.location.href='extendedinfo.html';
//return false 开启该代码可禁止点击该按钮关闭
}
});
layer alert 有按钮功能
最新推荐文章于 2024-06-19 16:42:32 发布