|
@@ -455,7 +455,7 @@ function renderpushByMayDisease(name, i, inx,e) {
|
|
|
renderMayPush(treatPush, medicinesPush, operationsPush, nursePush, inx)
|
|
|
bindOpenInfo()
|
|
|
moreInfo()
|
|
|
- bindSlide();
|
|
|
+ // bindSlide();
|
|
|
if ($(".maydiagnose .item").children('div').length == 0) {
|
|
|
$.toast('toast3', '', 3000, '.maydiagnose', i);
|
|
|
$(".maydiagnose .item").css("display", "none")
|
|
@@ -507,7 +507,7 @@ function renderpushByHasDisease(name, i, inx,e) {
|
|
|
renderHasPush(treatPush, medicinesPush, operationsPush, nursePush, inx)
|
|
|
bindOpenInfo()
|
|
|
moreInfo()
|
|
|
- bindSlide();
|
|
|
+ // bindSlide();
|
|
|
if ($(".hasdiagnose .item").children('div').length == 0) {
|
|
|
$.toast('toast3', '', 3000, '.hasdiagnose', i);
|
|
|
$(".hasdiagnose .item").css("display", "none")
|
|
@@ -551,7 +551,6 @@ function renderDiagList(list) {
|
|
|
|
|
|
$('.maydiagnose .pushItemBox').on("click", function (e) {
|
|
|
e.preventDefault()
|
|
|
- $('.leftWrapper').scrollTop($(this).offset().top+28);
|
|
|
const name = $(this).attr('data-name');
|
|
|
const i = $(this).attr('data-index');
|
|
|
if ($(this).hasClass('disable')) {
|
|
@@ -597,7 +596,6 @@ function renderAffListList(list) {
|
|
|
|
|
|
$('.hasdiagnose .pushItemBox').on("click", function (e) {
|
|
|
e.preventDefault()
|
|
|
- $('.leftWrapper').scrollTop($(this).offset().top+28);
|
|
|
const name = $(this).attr('data-name');
|
|
|
const i = $(this).attr('data-index');
|
|
|
if ($(this).hasClass('disable')) {
|