|
@@ -712,7 +712,7 @@ function renderDiagList(list, showNum) {
|
|
|
<div class="moduleCenter"></div>
|
|
|
</div>`
|
|
|
}
|
|
|
- str += `${list.length > showNum ? `<p class="toogle">加载更多<img src=${more}/></p>` : ''} </div>`
|
|
|
+ str += `${list.length > showNum ? `<p class="toogle">加载更多<img src=${more} /></p>` : ''} </div>`
|
|
|
$('.moduleItem.maydiagnose').append(str)
|
|
|
$('.moduleItem.maydiagnose').css("display", "block")
|
|
|
$('.maydiagnose .goDetail').on("click", function (e) {
|
|
@@ -764,7 +764,7 @@ function renderAffListList(list, showNum) {
|
|
|
<div class="moduleCenter"></div>
|
|
|
</div>`
|
|
|
}
|
|
|
- str += `${list.length > showNum ? `<p class="toogle">加载更多<img src=${more}/></p>` : ''} </div>`
|
|
|
+ str += `${list.length > showNum ? `<p class="toogle">加载更多<img src=${more} /></p>` : ''} </div>`
|
|
|
|
|
|
$('.moduleItem.hasdiagnose').append(str)
|
|
|
$('.moduleItem.hasdiagnose').css("display", "block")
|