zhouna hace 4 años
padre
commit
578194f0d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/js/tcmiss.js

+ 1 - 1
src/js/tcmiss.js

@@ -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);
     });
 }