...
|
...
|
@@ -7,14 +7,11 @@ |
|
|
var $ = require('jquery'),
|
|
|
share = require('../plugin/share'),
|
|
|
box = require('../plugin/box'),
|
|
|
<<<<<<< HEAD
|
|
|
imgZoom = require('../plugin/imgzoom'),
|
|
|
tools = require('yoho-tools');
|
|
|
=======
|
|
|
|
|
|
imgZoom = require('../plugin/imgZoom'),
|
|
|
tools = require('yoho-tools'),
|
|
|
mulLine = require('mlellipsis');
|
|
|
>>>>>>> develop
|
|
|
|
|
|
|
|
|
require('lazyload');
|
|
|
require('../plugin/slider');
|
...
|
...
|
@@ -26,12 +23,6 @@ exports.init = function() { |
|
|
detailTitle = $(".detail-title").find("h1"),
|
|
|
detailSubtitle = $(".detail-title").find("h2"),
|
|
|
ajaxParam,
|
|
|
<<<<<<< HEAD
|
|
|
cidNum;
|
|
|
|
|
|
//底部数据相关变量
|
|
|
|
|
|
=======
|
|
|
i,
|
|
|
data,
|
|
|
cidNum;
|
...
|
...
|
@@ -67,7 +58,7 @@ exports.init = function() { |
|
|
|
|
|
//初始化截行插件
|
|
|
mulLine.init();
|
|
|
>>>>>>> develop
|
|
|
|
|
|
//分享
|
|
|
share.init({
|
|
|
shareUrl: shareUrl,
|
...
|
...
|
@@ -102,7 +93,7 @@ exports.init = function() { |
|
|
//box.alert(tips.getTips("emailError"),5);
|
|
|
box.alert(22);
|
|
|
return;
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
}
|
|
|
window.open('/passport/subscribe/index?email=' + input.val());
|
|
|
});
|
...
|
...
|
@@ -320,7 +311,7 @@ exports.init = function() { |
|
|
|
|
|
|
|
|
});
|
|
|
=======
|
|
|
|
|
|
}
|
|
|
window.open('/passport/subscribe/index?email=' + input.val());
|
|
|
});
|
...
|
...
|
@@ -582,7 +573,6 @@ exports.init = function() { |
|
|
} else {
|
|
|
$(".comment-num").html('<img src="' + YohoConfig.resUrl + '/res/new/boys/images/mobile/comment-mobile.png">');
|
|
|
}
|
|
|
>>>>>>> develop
|
|
|
}
|
|
|
});
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|