Commit db3ccadd authored by leiqingsong's avatar leiqingsong

修改提现bug

parent 47fc8925
......@@ -48,7 +48,7 @@ export function sendSms(params) {
export function cashOut(params) {
return request({
url: "/bank/userWithdrawBank",
methods: "post",
method: "post",
data: params
});
}
......
......@@ -202,6 +202,10 @@ export default {
this.validCodeDialogShow = false;
},
onSubmit() {
if (!this.validCode) {
this.$toast.fail('请输入验证码');
return;
}
this.validCodeDialogShow = false;
const params = {
code: this.validCode,
......
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