test: 老客户

main
Lei OT 4 months ago
parent d86d9f8282
commit 59bc3d0a18

@ -228,14 +228,14 @@ const Customer_care_regular = () => {
regular_data.showCompareSum=true;
await customer_store.regular_customer_order();
customer_store.regular_customer_order(false,true);
customer_store.regular_customer_order(true,false,true);
customer_store.regular_customer_order(true,true,true);
// customer_store.regular_customer_order(true,false,true);
// customer_store.regular_customer_order(true,true,true);
}
else{
regular_data.isCompareLine=false;
regular_data.showCompareSum=false;
customer_store.regular_customer_order();
customer_store.regular_customer_order(true);
// customer_store.regular_customer_order(true);
}
}}
/>

Loading…
Cancel
Save