|
|
|
@ -410,7 +410,10 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$P.productList.onAppend = item => {
|
|
|
|
|
$P.productList.onAppend = (item) => {
|
|
|
|
|
if($P.productList._items != null && $P.productList._items.length > 0){
|
|
|
|
|
$P.productList._items.forEach((it)=>{it.state = "";});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (!item) return;
|
|
|
|
|
if (item.length < 1) return;
|
|
|
|
|