|
@@ -596,6 +596,9 @@ function renderAffListList(list) {
|
|
|
|
|
|
$('.hasdiagnose .pushItemBox').on("click", function (e) {
|
|
$('.hasdiagnose .pushItemBox').on("click", function (e) {
|
|
e.preventDefault()
|
|
e.preventDefault()
|
|
|
|
+ // (".leftWrapper").scrollTop(50)
|
|
|
|
+ $('.leftWrapper').scrollTop($(this).offset().top);
|
|
|
|
+
|
|
const name = $(this).attr('data-name');
|
|
const name = $(this).attr('data-name');
|
|
const i = $(this).attr('data-index');
|
|
const i = $(this).attr('data-index');
|
|
if ($(this).hasClass('disable')) {
|
|
if ($(this).hasClass('disable')) {
|