mod(custom): 回退积分提现的修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user