【代码优化】MALL: 会员修改余额

pull/504/head
puhui999 2024-08-19 18:04:46 +08:00
parent ffdd3325dd
commit 43ad93cd20
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ const submitForm = async () => {
try {
await UserApi.updateUserBalance({
id: formData.value.id,
balance: convertToInteger(balanceResult.value)
balance: convertToInteger(formData.value.changeBalance) * formData.value.changeType
})
message.success(t('common.updateSuccess'))