liyongli 3 years ago
parent
commit
eb9ae42156
1 changed files with 2 additions and 2 deletions
  1. 2 2
      skeleton.html

+ 2 - 2
skeleton.html

@@ -134,7 +134,7 @@
     getht(true);
 
     //  计算左侧功能栏列表高度
-    const h = ($('.leftBody').height() - $(".proName").height()) / 2 - 40;
+    const h = ($('.leftBody').height() - $(".proName").height()) / 2 - 80;
     $('.menu').attr("style", "height: " + h + 'px')
 
     function getht() {
@@ -244,7 +244,7 @@
             url: "/topic/add",
             data: {
                 activityId: $('.menuLiAct').attr('data-id'),
-                name: v.split(";")
+                nameList: v.split(";")
             }
         }).then(data => {
             console.log(data)