feat/task1-c-wallet
parent
bc18175ca7
commit
5a604acad4
File diff suppressed because one or more lines are too long
|
|
@ -17,7 +17,8 @@ function HomeCartNumberTotalUpdate(number)
|
|||
var $this = $('.common-cart-total');
|
||||
if(number <= 0)
|
||||
{
|
||||
$this.text('');
|
||||
$this.text(0);
|
||||
$('.mobile-navigation .common-cart-total').text('');
|
||||
$this.removeClass('am-badge am-badge-danger');
|
||||
} else {
|
||||
$this.text(number);
|
||||
|
|
|
|||
Loading…
Reference in New Issue