fix(custom): 修复商家积分体现显示0的问题
This commit is contained in:
@@ -107,7 +107,7 @@ const getData = async () => {
|
|||||||
});
|
});
|
||||||
data.value = res.data.data || [];
|
data.value = res.data.data || [];
|
||||||
pagination.value.totalItems = res.data.total;
|
pagination.value.totalItems = res.data.total;
|
||||||
row.value = res.data.integral || 0;
|
row.value = res.data.data.integral || 0;
|
||||||
console.log(res);
|
console.log(res);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw e;
|
throw e;
|
||||||
|
|||||||
Reference in New Issue
Block a user