...
|
...
|
@@ -166,7 +166,7 @@ const bindMobile = (req, res, next) => { |
|
|
|
|
|
settingModel.getUserInfo(uid).then(result => {
|
|
|
if (result.info.verify_mobile !== '') {
|
|
|
return mcHandler.getMeThumb().then((thumb) => {
|
|
|
return mcHandler.getMeThumb().then((thumb) => {
|
|
|
let info = result.info;
|
|
|
|
|
|
info.ellipsisMobile = info.verify_mobile.replace(regMobile, '$1****$2');
|
...
|
...
|
|