index.js 291 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 /** * 个人中心首页 * @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'); });