From 3e261d0a47c9292857c4b491dfd0185734012e83 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 17 Jun 2022 19:09:08 +0800 Subject: [PATCH] update 1688 payment details --- .../banks/forms/PhoneAccountFormComponent.vue | 28 ++++--------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/resources/assets/vue/components/banks/forms/PhoneAccountFormComponent.vue b/resources/assets/vue/components/banks/forms/PhoneAccountFormComponent.vue index 30eb70ac..1b4ad939 100644 --- a/resources/assets/vue/components/banks/forms/PhoneAccountFormComponent.vue +++ b/resources/assets/vue/components/banks/forms/PhoneAccountFormComponent.vue @@ -14,14 +14,6 @@ {{error}} -
-
- - - - -
-
@@ -38,23 +30,13 @@
-
-
-
Warning: We do not encourage to transfer to non-chinese recipient Alipay account ! Proceed Anyway.
-
-
-

Foreign name alipay may exceed Monthly / Yearly Limit , and may be unable to withdraw your funds out.

-
-
-
The risk is too high. I changed my mind.
-
-
+
{{disabled ? 'Change Recipient Account' : 'Cancel'}}
- +
@@ -102,7 +84,7 @@ bank_name: '-', holder_name: '', account_no: '', - bank_branch: '-', + bank_branch: '', country_id: this.country_id, }, englishTextWarning: false, @@ -124,8 +106,8 @@ }, methods: { submitForm(){ - this.parameters.account_type = 3, - this.parameters.bank_name = '-', + this.parameters.account_type = 3; + this.parameters.bank_name = '-'; this.submit(route('api.bank.create'), 'post', this.section, true, false); }, successHandler(response){