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-10-27 18:49:42 +0800
Commit
bf452d8f01c85df1b3a1f47a1e4d94b4c0cf0fe6
1 parent
3780d0e8
catch
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
public/js/home/family-coinMall.page.js
public/js/home/family-userInfo.page.js
public/js/home/family-coinMall.page.js
View file @
bf452d8
...
...
@@ -41,7 +41,7 @@ class IconMall extends Page {
this
.
defaultChosen
();
this
.
scroll
();
this
.
getList
();
refreshUserInfo
();
this
.
refreshUserInfo
();
if
(
yoho
&&
yoho
.
isMarsApp
)
{
yoho
.
ready
(()
=>
{
...
...
public/js/home/family-userInfo.page.js
View file @
bf452d8
...
...
@@ -196,9 +196,7 @@ class UserInfo extends Page {
}
else
{
tip
.
show
(
result
.
message
);
}
}).
catch
(
error
=>
{
tip
.
show
(
error
);
});
})
}
chosenCity
()
{
...
...
Please
register
or
login
to post a comment