Showing
1 changed file
with
1 additions
and
1 deletions
@@ -69,7 +69,7 @@ class UserInfo extends Page { | @@ -69,7 +69,7 @@ class UserInfo extends Page { | ||
69 | if (yoho.isApp) { | 69 | if (yoho.isApp) { |
70 | yoho.ready(function() { | 70 | yoho.ready(function() { |
71 | yoho.invokeMethod('go.setAvatar', {}, (data) => { | 71 | yoho.invokeMethod('go.setAvatar', {}, (data) => { |
72 | - alert(data); | 72 | + console.log(data); |
73 | }); | 73 | }); |
74 | }); | 74 | }); |
75 | } | 75 | } |
-
Please register or login to post a comment