|
@@ -457,7 +457,7 @@ function renderpushByMayDisease(name, i, inx,e) {
|
|
|
moreInfo()
|
|
|
bindSlide();
|
|
|
if ($(".maydiagnose .item").children('div').length == 0) {
|
|
|
- $.toast('toast3', '', 3000, '.maydiagnose', i);
|
|
|
+ $.toast('toast4', '', 3000, '.maydiagnose', i);
|
|
|
$(".maydiagnose .item").css("display", "none")
|
|
|
$(".maydiagnose .item").css("display", "none")
|
|
|
}
|
|
@@ -509,7 +509,7 @@ function renderpushByHasDisease(name, i, inx,e) {
|
|
|
moreInfo()
|
|
|
bindSlide();
|
|
|
if ($(".hasdiagnose .item").children('div').length == 0) {
|
|
|
- $.toast('toast3', '', 3000, '.hasdiagnose', i);
|
|
|
+ $.toast('toast4', '', 3000, '.hasdiagnose', i);
|
|
|
$(".hasdiagnose .item").css("display", "none")
|
|
|
$(".hasdiagnose .item").css("display", "none")
|
|
|
}
|
|
@@ -522,6 +522,7 @@ function renderpushByHasDisease(name, i, inx,e) {
|
|
|
function empty() { //显示空状态
|
|
|
setTimeout(function () {
|
|
|
if ((!$(".rightWrapper .rightBoxTitle").html()) && $(".leftWrapper .moduleItem:visible").length !== 0) {
|
|
|
+ console.log(222);
|
|
|
$(".leftWrapper").css({
|
|
|
borderRight: "0px",
|
|
|
width: "100%"
|
|
@@ -531,7 +532,7 @@ function empty() { //显示空状态
|
|
|
$(".empty-box,.leftWrapper").hide();
|
|
|
$(".empty-null").show();
|
|
|
}
|
|
|
- }, 500);
|
|
|
+ }, 800);
|
|
|
}
|
|
|
function renderDiagList(list) {
|
|
|
if (list.length === 0) {
|
|
@@ -680,6 +681,7 @@ function renderMaySymptomPush(list, inx) {
|
|
|
}
|
|
|
function renderHasSymptomPush(list, inx) {
|
|
|
let num, state
|
|
|
+ console.log(hasdiagnoseList);
|
|
|
for (let i = 0; i < hasdiagnoseList.length; i++) {
|
|
|
const item = hasdiagnoseList[i];
|
|
|
if (item.code == 'hassymptom') {
|