Authored by 周少峰

decode

... ... @@ -84,7 +84,7 @@ function getProfileName() {
return 0;
}
return user[0];
return decodeURIComponent(user[0]);
}
function getShoppingKey() {
... ...