@@ -108,7 +108,7 @@ function renderTcm(data, num = 3) {
$('.detail ul').html(str);
//更多治法
$("#goTreat").on('click', function () {
- openNewWin(treatUrl, true);
+ openNewWin(window.encodeURI(treatUrl), true);
});
}