Browse Source

修复点击bug

laiguoran 3 years ago
parent
commit
28a009eecd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/stage_bwtz.js

+ 1 - 1
app/public/js/stage_bwtz.js

@@ -155,7 +155,7 @@ $(document).ready(() => {
             }
         }
     });
-    $('a', '.side-menu').bind('click', function (e) {
+    $('a', '.content-wrap .side-menu').bind('click', function (e) {
         e.preventDefault();
         const tab = $(this), tabPanel = $(tab.attr('content'));
         const showSideTools = function (show) {