Authored by xuqi

YN

... ... @@ -140,7 +140,7 @@ exports.init = function() {
$('#brand-like').bind('touchstart', function(e) {
var $cur,
id;
if (isLogin === 'N') {
if (isLogin === 'Y') {
$cur = $(this);
id = $(this).closest('.brand-info').data('id');
... ... @@ -164,7 +164,7 @@ exports.init = function() {
});
}
}).bind('click', function(e) {
if (isLogin === 'N') {
if (isLogin === 'Y') {
//阻止链接跳转
e.preventDefault();
}
... ...
... ... @@ -88,7 +88,7 @@ exports.init = function() {
});
}
}).delegate('.good-islike', 'click', function(e) {
if (isLogin === 'N') {
if (isLogin === 'Y') {
e.preventDefault();
}
});
... ...
... ... @@ -412,7 +412,7 @@ exports.init = function() {
var $cur,
$good,
id;
if (isLogin === 'N') {
if (isLogin === 'Y') {
$cur = $(e.currentTarget);
$good = $cur.closest('.good-info');
id = $good.data('id');
... ... @@ -437,7 +437,7 @@ exports.init = function() {
});
}
}).delegate('.good-islike', 'click', function(e) {
if (isLogin === 'N') {
if (isLogin === 'Y') {
e.preventDefault();
}
});
... ...
... ... @@ -8,7 +8,7 @@
</a>
{{/ img}}
{{# text}}
<p class="text">{{.}}</p>
<p class="text">{{&.}}</p>
{{/ text}}
{{> common/brands}}
{{# recommendation.recos}}
... ...