Commit 5c7f7dfd authored by 李家智's avatar 李家智
Browse files

add close

parent 256b74f7
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
$(document).ready(function () { }).keydown( $(document).ready(function () { }).keydown(
   function (e) {    function (e) {
    if (e.which === 27) {     if (e.which === 27) {
Common.confirm("是否放弃治疗回到主页?",function(){ Common.openConfirm("是否放弃治疗回到主页?",function(){
layer.closeAll(); layer.closeAll();
}) })
           
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment