|
@@ -34,7 +34,6 @@ function getInfomation() {
|
|
|
"contentTypes":[1,2,3]
|
|
|
};
|
|
|
showName = param.hisName;
|
|
|
- $(".titleCont .title").html(showName);
|
|
|
// if (param.type == 5 || param.type == 51) {
|
|
|
// param.type = 12;
|
|
|
// param.name = uname;
|
|
@@ -49,6 +48,7 @@ function getInfomation() {
|
|
|
showEmpty();
|
|
|
return;
|
|
|
}
|
|
|
+ $(".titleCont .title").html(showName);
|
|
|
showLis=data
|
|
|
for(let i = 0;i < showLis.length;i++){
|
|
|
let tmp = showLis[i]
|
|
@@ -72,6 +72,7 @@ getInfomation();
|
|
|
function showEmpty(){
|
|
|
const str=`<div class="empty"><img src="../images/empty3.png" alt=""><p>暂无静态知识</p></div>`;
|
|
|
$(".tabBox").html(str).css("border-bottom","none");
|
|
|
+ $("body").css('background','#fff');
|
|
|
}
|
|
|
function showInfo(data){
|
|
|
var detailList = data.details
|
|
@@ -208,7 +209,7 @@ function bindTabClick(){
|
|
|
}
|
|
|
function adjustHeight() {
|
|
|
var ht = window.innerHeight || document.documentElement.clientHeight;
|
|
|
- $(".content").height(ht - 220 + "px");
|
|
|
+ $(".content").height(ht - 250 + "px");
|
|
|
}
|
|
|
function adjustWidth() {
|
|
|
var wt = window.innerWidth || document.documentElement.clientWidth;
|