Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李靖
2017-09-01 17:31:36 +0800
Commit
55ff6e4d96b77bf5bbd1234224071eb7d46b0d57
1 parent
94e2788a
yohonow
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/family-userInfo.page.js
public/js/home/family-userInfo.page.js
View file @
55ff6e4
...
...
@@ -69,7 +69,7 @@ class UserInfo extends Page {
if
(
yoho
.
isApp
)
{
yoho
.
ready
(
function
()
{
yoho
.
invokeMethod
(
'go.setAvatar'
,
{},
(
data
)
=>
{
alert
(
data
);
console
.
log
(
data
);
});
});
}
...
...
Please
register
or
login
to post a comment