测试:- 爵位续费限制-价格处理。

This commit is contained in:
2025-12-04 14:18:57 +08:00
parent 8285462258
commit 1f49b8d6e9

View File

@@ -311,7 +311,7 @@ class Nobility extends Model
'lid' => $nobility_info['lid'],
'nobility_name' => $nobility_info['name'],
'nobility_image' => $nobility_info['image'],
'price' => $price,
'price' => round($price, 2),
'pay_price' => $nobility_info['pay_price'],
'day' => $nobility_info['day'],
'power_list' => $power_list,