File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ var getData = function(callback){
31
31
function filterData ( list ) {
32
32
list . forEach ( function ( item ) {
33
33
item . url += '?from=bh-lay' ;
34
- item . thumb = ( item . images && item . images . length ) ? item . images [ 0 ] . source . g : '' ;
34
+ item . thumb = ( item . images && item . images . length ) ? item . images [ 0 ] . source . g : ( item . title_image ? item . title_image . url : '' ) ;
35
35
item . desc = item . excerpt ;
36
36
item . like = item . favorites ;
37
37
} ) ;
Original file line number Diff line number Diff line change @@ -3517,9 +3517,9 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
3517
3517
version "0.14.5"
3518
3518
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
3519
3519
3520
- " uglify-es@git://github.com/mishoo/UglifyJS2#harmony " :
3520
+ " uglify-es@git://github.com/mishoo/UglifyJS2.git #harmony " :
3521
3521
version "3.0.28"
3522
- resolved "git://github.com/mishoo/UglifyJS2#067d52b6bac67378cccbc8fdea2320676aafc47e"
3522
+ resolved "git://github.com/mishoo/UglifyJS2.git #067d52b6bac67378cccbc8fdea2320676aafc47e"
3523
3523
dependencies :
3524
3524
commander "~2.11.0"
3525
3525
source-map "~0.5.1"
You can’t perform that action at this time.
0 commit comments