|
@@ -454,7 +454,7 @@ function renderpushByMayDisease(name, i, inx,e) {
|
|
|
renderMayDisPush(disPush, inx)
|
|
|
renderMayPush(treatPush, medicinesPush, operationsPush, nursePush, inx)
|
|
|
bindOpenInfo()
|
|
|
- // moreInfo()
|
|
|
+ moreInfo()
|
|
|
// bindSlide();
|
|
|
if ($(".maydiagnose .item").children('div').length == 0) {
|
|
|
$.toast('toast3', '', 3000, '.maydiagnose', i);
|
|
@@ -506,7 +506,7 @@ function renderpushByHasDisease(name, i, inx,e) {
|
|
|
renderHasDisPush(disPush, inx)
|
|
|
renderHasPush(treatPush, medicinesPush, operationsPush, nursePush, inx)
|
|
|
bindOpenInfo()
|
|
|
- // moreInfo()
|
|
|
+ moreInfo()
|
|
|
// bindSlide();
|
|
|
if ($(".hasdiagnose .item").children('div').length == 0) {
|
|
|
$.toast('toast3', '', 3000, '.hasdiagnose', i);
|