Commit 72dd3863 authored by leiqingsong's avatar leiqingsong

修改提现bug

parent 78010333
......@@ -203,7 +203,7 @@ export default {
},
onSubmit() {
if (!this.validCode) {
this.$toast.fail('请输入验证码');
this.$toast.fail("请输入验证码");
return;
}
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