方法一:
$.messager.confirm("确认对话框","该客户已经存在!确定:查看该客户 ",
    function(r){
        if(r){
            alert("好")
        }
}).panel("options").top = $(document).scrollTop() + 80;

 方法二:

$.messager.confirm('消息','确定要撤机吗?',function(r){     
     if (r){    	

     }    
}).panel('move',{ left:220, top:280}); 

  

  

  

相关文章:

  • 2021-12-26
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-15
  • 2022-12-23
  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
相关资源
相似解决方案