personal-details.js 240 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 /** * 个人信息 * @author: bikai<kai.bi@yoho.cn> * @date: 2015/11/19 */ var $ = require('jquery'); $('.user-avatar').on('error', function() { $(this).attr('src', 'http://static.dev.yohobuy.com/img/me/index/user-avatar.png'); });