当前位置: 首页 > 工具软件 > ThinkCMF > 使用案例 >

thinkcmf layer弹窗

章高朗
2023-12-01
setTimeout(function(){
	Wind.use("layer", function () {
          layer.open({
                      title: '快递记录',
                      formType: 2, 
                      area:["800px", "500px"],
                      content:$(".el-dialog__body"),
                      closeBtn: '4',
                      btn:['确定'],	       
                       yes:function(index){
                       	layer.close(index);
                       	var thisNode=document.getElementById("pop_pages"); 
                       	thisNode.remove();  // 删除节点
                       	window.location.reload();                            
                       },end:function(index){
                  	layer.close(index);
                  	window.location.reload();
                 	  }
              })
      	})
},200);
 类似资料: