修复提现问题
This commit is contained in:
parent
ef9d6ef5b2
commit
bf08b648eb
|
@ -35,7 +35,9 @@ import AppLayout from "@/components/layout/layout";
|
|||
export default {
|
||||
name: "member-cash-withdraw",
|
||||
data() {
|
||||
return {};
|
||||
return {
|
||||
money: null,
|
||||
};
|
||||
},
|
||||
components: {
|
||||
AppLayout,
|
||||
|
|
Loading…
Reference in New Issue