fix(custom): 修复赠送积分uid缺失
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user