|
@@ -416,7 +416,7 @@ function renderPushData() {
|
|
}
|
|
}
|
|
function renderpushByMayDisease(name, i, inx,e) {
|
|
function renderpushByMayDisease(name, i, inx,e) {
|
|
return pushByDisease(name, i).then(res => {
|
|
return pushByDisease(name, i).then(res => {
|
|
- $(".loading").hide();
|
|
|
|
|
|
+ // $(".loading").hide();
|
|
hasCompleteTnterface++
|
|
hasCompleteTnterface++
|
|
if (res.data.code == "0") {
|
|
if (res.data.code == "0") {
|
|
const result = res.data.data
|
|
const result = res.data.data
|
|
@@ -468,7 +468,7 @@ function renderpushByMayDisease(name, i, inx,e) {
|
|
}
|
|
}
|
|
function renderpushByHasDisease(name, i, inx,e) {
|
|
function renderpushByHasDisease(name, i, inx,e) {
|
|
return pushByDisease(name, i).then(res => {
|
|
return pushByDisease(name, i).then(res => {
|
|
- $(".loading").hide();
|
|
|
|
|
|
+ // $(".loading").hide();
|
|
hasCompleteTnterface++
|
|
hasCompleteTnterface++
|
|
if (res.data.code == "0") {
|
|
if (res.data.code == "0") {
|
|
const result = res.data.data
|
|
const result = res.data.data
|
|
@@ -576,7 +576,6 @@ function renderDiagList(list) {
|
|
} else {
|
|
} else {
|
|
$(".maydiagnose .item").css("display", "none")
|
|
$(".maydiagnose .item").css("display", "none")
|
|
}
|
|
}
|
|
- // $(".leftWrapper").scrollTop($(this).offset().top);
|
|
|
|
});
|
|
});
|
|
}
|
|
}
|
|
function renderAffListList(list) {
|
|
function renderAffListList(list) {
|
|
@@ -613,7 +612,7 @@ function renderAffListList(list) {
|
|
const index = $(this).parent().parent().next().attr('data-i')
|
|
const index = $(this).parent().parent().next().attr('data-i')
|
|
const showList = $(".hasdiagnose .item").css("display")
|
|
const showList = $(".hasdiagnose .item").css("display")
|
|
if (showList == "none" || index != i) {
|
|
if (showList == "none" || index != i) {
|
|
- $(".loading").show();
|
|
|
|
|
|
+ // $(".loading").show();
|
|
$(".hasdiagnose .item").html('')
|
|
$(".hasdiagnose .item").html('')
|
|
$(".hasdiagnose .item").css("display", "none")
|
|
$(".hasdiagnose .item").css("display", "none")
|
|
$(this).parent().parent().next().css("display", "block")
|
|
$(this).parent().parent().next().css("display", "block")
|
|
@@ -622,7 +621,6 @@ function renderAffListList(list) {
|
|
} else {
|
|
} else {
|
|
$(".hasdiagnose .item").css("display", "none")
|
|
$(".hasdiagnose .item").css("display", "none")
|
|
}
|
|
}
|
|
- // $('.leftWrapper').scrollTop($(this).offset().top);
|
|
|
|
});
|
|
});
|
|
}
|
|
}
|
|
function renderMayVitalPush(list, inx) {
|
|
function renderMayVitalPush(list, inx) {
|