...
|
...
|
@@ -26,7 +26,7 @@ let jumpToApp = $('#jump-to-app').val(); |
|
|
|
|
|
let mIntro, aIntro, logoImg;
|
|
|
|
|
|
let likeHammer, $goodName, $title;
|
|
|
let likeHammer;
|
|
|
|
|
|
require('plugin/wx-share');
|
|
|
require('common');
|
...
|
...
|
@@ -41,14 +41,14 @@ lazyLoad($('img.lazy')); |
|
|
|
|
|
$('.logo').attr('src', logoImg);
|
|
|
|
|
|
if ($('.good-detail-text .name').length > 0) {
|
|
|
$('.good-detail-text .name').each(function() {
|
|
|
$goodName = $(this);
|
|
|
$title = $goodName.find('a');
|
|
|
// if ($('.good-detail-text .name').length > 0) {
|
|
|
// $('.good-detail-text .name').each(function() {
|
|
|
// $goodName = $(this);
|
|
|
// $title = $goodName.find('a');
|
|
|
|
|
|
$title[0].mlellipsis(2);
|
|
|
});
|
|
|
}
|
|
|
// $title[0].mlellipsis(2);
|
|
|
// });
|
|
|
// }
|
|
|
|
|
|
// 获取截取文字和完整文字
|
|
|
setTimeout(function() {
|
...
|
...
|
|