|
@@ -37,7 +37,7 @@ if ((window.queryString.typeStatus === '3') && ($('.adviser-info').length > 0)) |
|
@@ -37,7 +37,7 @@ if ((window.queryString.typeStatus === '3') && ($('.adviser-info').length > 0)) |
37
|
share({
|
37
|
share({
|
38
|
title: '潮流顾问介绍-' + $('.trend-c').find('.name:eq(0)').text(),
|
38
|
title: '潮流顾问介绍-' + $('.trend-c').find('.name:eq(0)').text(),
|
39
|
desc: $('.trend-c').find('.intro:eq(0)').text(),
|
39
|
desc: $('.trend-c').find('.intro:eq(0)').text(),
|
40
|
- imgUrl: urlHttp($('.trend-c').find('.pic:eq(0)').attr('src'))
|
40
|
+ imgUrl: urlHttp($('.trend-c').find('.pic:eq(0)').data('pic'))
|
41
|
});
|
41
|
});
|
42
|
}
|
42
|
}
|
43
|
|
43
|
|
|
@@ -118,7 +118,7 @@ if ($('.share-cutter').length > 0) { |
|
@@ -118,7 +118,7 @@ if ($('.share-cutter').length > 0) { |
118
|
share({
|
118
|
share({
|
119
|
title: '发型师介绍-' + $('.trend-c').find('.name:eq(0)').text(),
|
119
|
title: '发型师介绍-' + $('.trend-c').find('.name:eq(0)').text(),
|
120
|
desc: $('.trend-c').find('.info:eq(0)').text(),
|
120
|
desc: $('.trend-c').find('.info:eq(0)').text(),
|
121
|
- imgUrl: urlHttp($('.trend-c').find('.pic').attr('src'))
|
121
|
+ imgUrl: urlHttp($('.trend-c').find('.pic').data('pic'))
|
122
|
});
|
122
|
});
|
123
|
}
|
123
|
}
|
124
|
|
124
|
|