Showing
2 changed files
with
3 additions
and
0 deletions
@@ -9,6 +9,8 @@ var $userAvatar = $('.user-avatar'), | @@ -9,6 +9,8 @@ var $userAvatar = $('.user-avatar'), | ||
9 | var myImage = new Image(); | 9 | var myImage = new Image(); |
10 | 10 | ||
11 | require('../product/recommend-for-you.js'); | 11 | require('../product/recommend-for-you.js'); |
12 | +require('../product/suspend-cart.js'); | ||
13 | + | ||
12 | myImage.src = $userAvatar.attr('src'); | 14 | myImage.src = $userAvatar.attr('src'); |
13 | myImage.onerror = function() { | 15 | myImage.onerror = function() { |
14 | $userAvatar.attr('src', 'http://static.dev.yohobuy.com/img/me/index/user-avatar.png'); | 16 | $userAvatar.attr('src', 'http://static.dev.yohobuy.com/img/me/index/user-avatar.png'); |
-
Please register or login to post a comment