@ -441,7 +441,11 @@
$P.productList.onAppend = (item) => {
if($P.productList._items != null && $P.productList._items.length > 0){
$P.productList._items.forEach((it)=>{it.state = "";});
$P.productList._items.forEach((it)=>{
if(it.state == "added"){
it.state = "";
}
});
if (!item) return;
@ -414,7 +414,11 @@