fix: 143334 积分流水明细\143972项目置顶兑换弹窗

积分流水明细列表 翻页无效 【积分体系】项目置顶兑换弹窗 文案更改
This commit is contained in:
amypeng 2026-06-10 10:20:23 +08:00
parent 80e8ca938f
commit f0e4f2e814
2 changed files with 3 additions and 2 deletions

View File

@ -109,7 +109,7 @@ function PointsDoc({ visible , onCancel , onSure , type , username , choosed , h
<div className="info">
<Spin spinning={isSpin}>
<div className="line topline">
<span className="content">新闻标题</span>
<span className="content">项目名称</span>
<span className="action">操作</span>
</div>
{currentRow && (

View File

@ -239,10 +239,11 @@ export function getPointsAccountEvent(id){
})
}
export function getPointsTransaction(id){
export function getPointsTransaction(id, params){
return fetch({
url:`/zone/points/transaction/currentUser/${id}`,
method: 'get',
params
})
}