Commit 99a6f89c by 黄成意

Merge branch 'feature/hcy/2023.6.28-price' into 'master'

购物车价格

See merge request !1
parents 87b3ea5b e636bbd5
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