diff --git a/CustomerOnlineV2/CustomerOnlineV2/Views/ReceiverInformation/Receiver.cshtml b/CustomerOnlineV2/CustomerOnlineV2/Views/ReceiverInformation/Receiver.cshtml index 0a4b31c..6bc3a70 100644 --- a/CustomerOnlineV2/CustomerOnlineV2/Views/ReceiverInformation/Receiver.cshtml +++ b/CustomerOnlineV2/CustomerOnlineV2/Views/ReceiverInformation/Receiver.cshtml @@ -229,7 +229,7 @@
-
+
@@ -322,6 +322,15 @@ $("#branh").show(); }); + $("#account").show(); + + $("#paymentMode").on("change", function () { + if ($(this).val() == '1') + $("#account").hide(); + else + $("#account").show(); + }); + $('#ReceiverForm') .find('[name="Mobile"]') .intlTelInput({