Jelajahi Sumber

更新内容

moshaorui 2 bulan lalu
induk
melakukan
d7b1435ce8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      public/static/js/script.js

+ 1 - 1
public/static/js/script.js

@@ -235,7 +235,6 @@ $(document).ready(function() {
         var firstLink = $(this).find('a').first();
         firstLink.on('click', function(event) {
             event.preventDefault(); // 阻止默认行为(如跳转)
-            console.log('first11');
             $(this).parent().find('.menu-nav-son').stop(true, true).slideToggle(200);
         });
     });
@@ -262,6 +261,7 @@ $(document).ready(function() {
                 method: 'GET',
                 dataType: 'json',
                 success: function(response) {
+                    console.log(response);
                     if (response.status == 0) {
                         clearInterval(intervalId);
                         layer.close(loadIndex); // 关闭加载层