@@ -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)