提交 067c5656 作者: ZhangLingKun

功能:签到问题修复

上级 d299bced
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#VITE_REQUEST_BASE_URL='https://www.iuav.shop' #VITE_REQUEST_BASE_URL='https://www.iuav.shop'
#测试服 #测试服
VITE_REQUEST_BASE_URL='https://test.iuav.shop' VITE_REQUEST_BASE_URL='https://test.iuav.shop'
#VITE_REQUEST_BASE_URL='https://120.25.213.190'
#VITE_REQUEST_BASE_URL='https://iuav.mmcuav.cn' #VITE_REQUEST_BASE_URL='https://iuav.mmcuav.cn'
#VITE_REQUEST_BASE_URL='/api' #VITE_REQUEST_BASE_URL='/api'
#旧版接口地址 #旧版接口地址
......
...@@ -39,7 +39,7 @@ const RewardsManageView = () => { ...@@ -39,7 +39,7 @@ const RewardsManageView = () => {
if (!valid) return; if (!valid) return;
const res = await ActivityManageAPI.DataInfo({ const res = await ActivityManageAPI.DataInfo({
...valid, ...valid,
userContinuousCheckInVO: signInfoList, userContinuousCheckInVO: signInfoList?.map((i) => (i.signInId ? i : { ...i, id: undefined })),
id: signData?.id, id: signData?.id,
}); });
if (res && res.code === '200') { if (res && res.code === '200') {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论