Authored by 姜枫

处理登录提示

/**
* 第三方登录后绑定
*
* @author: jiangfeng<jeff.jiang@yoho.cn>
*/
'use strict';
const bind = {
};
module.exports = bind;
... ...