Jelajahi Sumber

修复点击bug

laiguoran 3 tahun lalu
induk
melakukan
28a009eecd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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) {