Authored by 郭成尧

'shop-fav-shopid-isnull'

... ... @@ -110,7 +110,7 @@ ellipsis.init();
tip.show('网络断开连接了~');
}
});
} else if ($('.shopId').val().length > 0) {
} else if ($('.shopId').val()) {
$.ajax({
url: '/product/index/baseShopFav',
data: {
... ...