很多页面
This commit is contained in:
@@ -472,7 +472,7 @@
|
||||
const formattedList = listData.map(item => ({
|
||||
type: item.score_type_name,
|
||||
time: item.create_date,
|
||||
amount: -item.score // 支出为负数
|
||||
amount: item.score // 支出为负数
|
||||
}));
|
||||
|
||||
// 更新支出记录列表
|
||||
|
||||
Reference in New Issue
Block a user