修复提现问题

This commit is contained in:
TOP糯米 2023-03-02 16:33:42 +08:00
parent ef9d6ef5b2
commit bf08b648eb
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ import AppLayout from "@/components/layout/layout";
export default { export default {
name: "member-cash-withdraw", name: "member-cash-withdraw",
data() { data() {
return {}; return {
money: null,
};
}, },
components: { components: {
AppLayout, AppLayout,