Authored by 张孝茹

catch

@@ -41,7 +41,7 @@ class IconMall extends Page { @@ -41,7 +41,7 @@ class IconMall extends Page {
41 this.defaultChosen(); 41 this.defaultChosen();
42 this.scroll(); 42 this.scroll();
43 this.getList(); 43 this.getList();
44 - refreshUserInfo(); 44 + this.refreshUserInfo();
45 45
46 if (yoho && yoho.isMarsApp) { 46 if (yoho && yoho.isMarsApp) {
47 yoho.ready(() => { 47 yoho.ready(() => {
@@ -196,9 +196,7 @@ class UserInfo extends Page { @@ -196,9 +196,7 @@ class UserInfo extends Page {
196 } else { 196 } else {
197 tip.show(result.message); 197 tip.show(result.message);
198 } 198 }
199 - }).catch(error => {  
200 - tip.show(error);  
201 - }); 199 + })
202 } 200 }
203 201
204 chosenCity() { 202 chosenCity() {