From f0e4f2e814bbb3e7dbd2706b5cd5db19ff6d3261 Mon Sep 17 00:00:00 2001 From: amypeng Date: Wed, 10 Jun 2026 10:20:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20143334=20=E7=A7=AF=E5=88=86=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E6=98=8E=E7=BB=86\143972=E9=A1=B9=E7=9B=AE=E7=BD=AE?= =?UTF-8?q?=E9=A1=B6=E5=85=91=E6=8D=A2=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 积分流水明细列表 翻页无效 【积分体系】项目置顶兑换弹窗 文案更改 --- src/forge/Information/Component/pointsProject.jsx | 2 +- src/forge/Information/api.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/forge/Information/Component/pointsProject.jsx b/src/forge/Information/Component/pointsProject.jsx index 73e6877c6..b18b972e3 100644 --- a/src/forge/Information/Component/pointsProject.jsx +++ b/src/forge/Information/Component/pointsProject.jsx @@ -109,7 +109,7 @@ function PointsDoc({ visible , onCancel , onSure , type , username , choosed , h
- 新闻标题 + 项目名称 操作
{currentRow && ( diff --git a/src/forge/Information/api.js b/src/forge/Information/api.js index e779fa376..89ddf1b57 100644 --- a/src/forge/Information/api.js +++ b/src/forge/Information/api.js @@ -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 }) }