mod(custom): 回退积分提现的修改

This commit is contained in:
2023-12-04 17:37:53 +08:00
parent efa291a3a8
commit 69ae00ba9e
2 changed files with 13 additions and 15 deletions

View File

@@ -107,8 +107,7 @@ const getData = async () => {
});
data.value = res.data.data || [];
pagination.value.totalItems = res.data.total;
row.value = res.data.data.integral || 0;
console.log(res);
row.value = res.data.integral || 0;
} catch (e) {
throw e;
}