Authored by biao

update to fix below issues: 1. request recommand for you only when there is no g…

…ood in cart. 2. the coupon img could be left up when input focused. code review by XWG.
... ... @@ -31,7 +31,7 @@ function fixedLayOut() {
}
$null.css({
top: winH/2 - nullH/2
top: winH / 2 - nullH / 2
});
}
... ...