dever 6 years ago
parent
commit
8514735acc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/Lib/Input.php

+ 3 - 3
src/Lib/Input.php

@@ -65,15 +65,15 @@ class Input
                 $("#'.$iframe_id.'")[0].contentWindow.search($(this).val());
             });
         });
-        function _mapLoad(){
+        function mapLoad(){
             if ($("#'.$id.'").val()) {
                 $("#'.$iframe_id.'")[0].contentWindow.showMaker($("#'.$id.'").val());
             }
         }
-        function _closeMsg() {
+        function closeMsg() {
             layui.layer.closeAll();
         }
-        function _setMap(x, y, z) {
+        function setMap(x, y, z) {
                 var val = $("#'.$id.'").val();
                 if (val) {
                     var temp = val.split(",");