购物车价格

parent 87b3ea5b
Showing with 1 additions and 1 deletions
......@@ -293,7 +293,7 @@ class CartService
$info["brand_name"] = $brandName;
}
$original_price = $info["original_price"];
$original_price = $info["ladder_price"];
usort($original_price, function ($current, $next) { //原始价格倒叙
return $current['purchases'] < $next['purchases'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment