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