@@ -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");
});
@@ -123,7 +123,7 @@ initShare({{.T.signature}},{{.T.openid}},2,"jy_extend",{{.T.nickname}},{{.T.avat
- 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}};