fix(custom): 修复赠送积分uid缺失

This commit is contained in:
2023-10-29 19:40:42 +08:00
parent 56380c5b12
commit d89acd57de

View File

@@ -722,7 +722,7 @@ const ok = () => {
formRef.value?.validate(async (errors) => {
if (!errors) {
await api.addUserPulse({
Uid: nowUserRow.ID,
Uid: nowUserRow.value.uid,
...model.value,
})
addClear()