...
|
...
|
@@ -124,7 +124,7 @@ class UserInfo extends Page { |
|
|
userPic() {
|
|
|
if (yoho.isApp) {
|
|
|
yoho.ready(() => {
|
|
|
if (yoho.isYohoApp) {
|
|
|
if (yoho.isYohoApp || yoho.isNowApp) {
|
|
|
yoho.invokeMethod('go.setAvatar', {}, (data) => {
|
|
|
if (data) {
|
|
|
let reg = /(\w*){mode}(.*){width}(.*){height}(.*)/g;
|
...
|
...
|
|