|
@@ -108,6 +108,9 @@ function renderTcm(data, num = 3) {
|
|
|
}
|
|
|
}
|
|
|
$('.detail ul').html(str);
|
|
|
+ if(data.length > num){
|
|
|
+ $(".detail .val:nth-child(2) .desc").css("width",'420px')
|
|
|
+ }
|
|
|
//更多治法
|
|
|
$("#goTreat").on('click', function () {
|
|
|
openNewWin(window.encodeURI(treatUrl), true);
|