Silent преди 6 години
родител
ревизия
b1ddf48467
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      resources/views/admin/settings/system.blade.php

+ 2 - 1
resources/views/admin/settings/system.blade.php

xqd
@@ -65,7 +65,8 @@ $(function () {
             content: '/admin/Base/Location/index?location=' + location,
             btn: ['确定'],
             yes: function(index, layer_body) {
-                console.log(index, layer_body);
+                var $input = $(layer_body).find('#select-position-input');
+                console.log($input.val());
             }
         });
     });