Authored by 张孝茹

catch

... ... @@ -41,7 +41,7 @@ class IconMall extends Page {
this.defaultChosen();
this.scroll();
this.getList();
refreshUserInfo();
this.refreshUserInfo();
if (yoho && yoho.isMarsApp) {
yoho.ready(() => {
... ...
... ... @@ -196,9 +196,7 @@ class UserInfo extends Page {
} else {
tip.show(result.message);
}
}).catch(error => {
tip.show(error);
});
})
}
chosenCity() {
... ...