<button type="button" class="btn btn-white" id="closeTree">关闭</button>
<script type="text/javascript">
$(function(){
$("#closeTree").click(function(){
$("#areaTreeModal2").modal("hide");
$("body").addClass("modal-open");
});
});
</script>
原文地址:https://www.cnblogs.com/HwChinchilla/p/8941965.html
时间: 2024-10-20 01:10:35