"); } listCon += '
暫有數海事司法鉴定據
'); $(".case_loading_more").hide(); } } }); } //查抄更多 $("body").on("click", ".case_loading_more", function () { var id, page, thisEvent; thisEvent = $(this); page = parseInt($(this).attr("data-page")); var showIf; showIf = $(".swiper_case_sj_nav ").css("display"); if (showIf == "none") { //pc //id = $(".case_nav_san_tipsimg[data-show='true']").parent(".swiper-slide").children("a").attr("data-id"); id = $(".tab-active").children("a").attr("data-id"); laodMore(id, page, thisEvent); } else { //phone id = $(".borderred").attr("data-id"); laodMore(id, page, thisEvent); } $(this).attr("data-page", ++page); }); function laodMore(tips_id, pageSum, obj) { $.ajax({ type: "post", url: UrlBase + "Case/GetCaseList", data: { "page": pageSum, "pageSize": 10, "TagId": tips_id }, dataType: 'json', success: function (msg) { if (msg.Status > 0) { var cl = msg.Data; var listCon = ''; //輪廻msg.Data if (cl.length < 10) { $(obj).hide(); } for (var i = 0; i < cl.length; i++) { var de = ""; var nameTitle = cl[i].Name, nameStr = ''; if (cl[i].ShortUrl != null && cl[i].ShortUrl != "") { nameStr = '' + nameTitle + '
' + nameTitle + '
'; } else { nameStr = '' + nameTitle + '
'; } if (cl[i].Description != null) { de = cl[i].Description.replace("\r\n", "