/**
* 个人中心首页
* @author: bikai<kai.bi@yoho.cn>
* @date: 2015/11/12
*/
var $ = require('jquery');
require('../product/recommend-for-you.js');
$('.user-avatar').on('error', function() {
$(this).attr('src', 'http://static.dev.yohobuy.com/img/me/index/user-avatar.png');
});