Authored by 张孝茹

phone

... ... @@ -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));
... ...