wcj 6 gadi atpakaļ
vecāks
revīzija
4f5dc611f9

+ 1 - 1
src/jfw/modules/app/src/web/templates/followent/list.html

@@ -121,7 +121,7 @@
 	            if(sessionStorage){
 	                sessionStorage.version="0";
 	            }
-	            window.location.href = "/jyapp/followent/newInfo/"+$(this).attr("data-entname")+"___"+$(this).attr("data-id");
+	            window.location.href = "/jyapp/followent/newInfo/"+encodeURIComponent($(this).attr("data-entname"))+"___"+$(this).attr("data-id");
 	        });
 		});
 		

+ 1 - 1
src/jfw/modules/followent/src/web/templates/weixin/list.html

@@ -123,7 +123,7 @@ initShare({{.T.signature}},{{.T.openid}},2,"jy_extend",{{.T.nickname}},{{.T.avat
             if(sessionStorage){
                 sessionStorage.version="0";
             }
-            window.location.href = "/jylab/followent/newInfo/"+$(this).attr("data-entname")+"___"+$(this).attr("data-id");
+            window.location.href = "/jylab/followent/newInfo/"+encodeURIComponent($(this).attr("data-entname"))+"___"+$(this).attr("data-id");
         });
 
         var flag = {{.T.flag}};