dever 2 years ago
parent
commit
174dec3fd7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/Lib/Input.php

+ 2 - 1
src/Lib/Input.php

@@ -1047,8 +1047,9 @@ class Input
             $html .= '<div id="' . $param['name'] . '" '.$change.' class="xm-select-demo" style="min-width:150px"></div>';
             $html .= '<script>
             $(document).ready(function() {
-                console.info(11);
+
                 layui.use(["table"], function() {
+                                    console.info(11);
                     init_xm("'.$xm_id.'", "'.$xm_radio.'", "'.$xm_tips.'", "'.$url.'", '.$xm_data.', ['.$xm_value.'], '.$xm_on.');
                 });
             });