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