fix(custom): 调整提现页面

This commit is contained in:
2023-12-20 18:56:05 +08:00
parent c2d492270f
commit eb2003de63
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ const columns = ref([
key: "integral",
align: "center",
render: (row: { integral: number }) => {
return h("view", {}, row.integral / 100);
return h("view", {}, row.integral);
},
},
{