fix(custom): 修复赠送积分uid缺失
This commit is contained in:
@@ -722,7 +722,7 @@ const ok = () => {
|
|||||||
formRef.value?.validate(async (errors) => {
|
formRef.value?.validate(async (errors) => {
|
||||||
if (!errors) {
|
if (!errors) {
|
||||||
await api.addUserPulse({
|
await api.addUserPulse({
|
||||||
Uid: nowUserRow.ID,
|
Uid: nowUserRow.value.uid,
|
||||||
...model.value,
|
...model.value,
|
||||||
})
|
})
|
||||||
addClear()
|
addClear()
|
||||||
|
|||||||
Reference in New Issue
Block a user