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
张孝茹
7 years ago
Commit
da55988859d30571ecc04dbf39138dc9f5c67e76
1 parent
52f8a8cd
phone
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 @
da55988
...
...
@@ -86,7 +86,7 @@ class UserInfo extends Page {
this
.
selector
.
$modifyInp
.
on
(
'click'
,
this
.
closeCitySwiper
.
bind
(
this
));
this
.
selector
.
$bottomOut
.
on
(
'focus'
,
this
.
keepOut
.
bind
(
this
));
this
.
selector
.
$bottomOut
.
on
(
'blur'
,
this
.
restore
.
bind
(
this
));
this
.
selector
.
$
bottomOut
.
on
(
'click'
,
this
.
modPhone
.
bind
(
this
));
this
.
selector
.
$
phone
.
on
(
'click'
,
this
.
modPhone
.
bind
(
this
));
if
(
yoho
.
isApp
)
{
this
.
selector
.
$modifyInp
.
on
(
'change'
,
this
.
modifyInp
.
bind
(
this
));
...
...
Please
register
or
login
to post a comment