Commit 72dd3863 authored by leiqingsong's avatar leiqingsong

修改提现bug

parent 78010333
...@@ -203,7 +203,7 @@ export default { ...@@ -203,7 +203,7 @@ export default {
}, },
onSubmit() { onSubmit() {
if (!this.validCode) { if (!this.validCode) {
this.$toast.fail('请输入验证码'); this.$toast.fail("请输入验证码");
return; return;
} }
this.validCodeDialogShow = false; this.validCodeDialogShow = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment