测试:- 爵位续费限制-价格处理。
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user