商品属性
- 品 牌: 爱风鸟
- 型 号: 48V-2.5中头
- 库存状态: 有现货
');
$('#cart > button').html(' ' + json['total']);
//$('html, body').animate({ scrollTop: 0 }, 'slow');
$('#cart > ul').load('index.php?route=common/cart/info ul li');
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText);
}
});
});
//-->