Authored by 张孝茹

ready

... ... @@ -187,7 +187,9 @@ class UserInfo extends Page {
}).then(result => {
if (result && result.code === 200) {
if (yoho && yoho.isApp) {
yoho.ready(() => {
yoho.invokeMethod('go.refreshUserInfomation');
});
}
location.href = location.href;
... ...