react-native-timacare 3.3.55 → 3.3.56-alert
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/AppStore.js +1 -1
- package/lib/commonjs/AppStore.js.flow +7 -2
- package/lib/commonjs/AppStore.js.map +1 -1
- package/lib/commonjs/RNTimacare.js +1 -1
- package/lib/commonjs/RNTimacare.js.flow +7 -1
- package/lib/commonjs/RNTimacare.js.map +1 -1
- package/lib/commonjs/assets/icons/index.js +1 -1
- package/lib/commonjs/assets/icons/index.js.flow +8 -0
- package/lib/commonjs/assets/icons/index.js.map +1 -1
- package/lib/commonjs/assets/icons/modal_confirm.svg +15 -0
- package/lib/commonjs/assets/icons/modal_notice.svg +74 -0
- package/lib/commonjs/assets/icons/modal_success.svg +55 -0
- package/lib/commonjs/assets/icons/modal_warning.svg +48 -0
- package/lib/commonjs/components/AppModal.js +2 -0
- package/lib/commonjs/components/AppModal.js.flow +34 -0
- package/lib/commonjs/components/AppModal.js.map +1 -0
- package/lib/commonjs/components/ItemTimaOne.js +2 -0
- package/lib/commonjs/components/{ItemTimaOneV3.js.flow → ItemTimaOne.js.flow} +1 -1
- package/lib/commonjs/components/ItemTimaOne.js.map +1 -0
- package/lib/commonjs/components/ModalNotification/AlertGlobal.js +2 -0
- package/lib/commonjs/components/ModalNotification/AlertGlobal.js.flow +100 -0
- package/lib/commonjs/components/ModalNotification/AlertGlobal.js.map +1 -0
- package/lib/commonjs/components/ModalNotification/index.js +2 -0
- package/lib/commonjs/components/ModalNotification/index.js.flow +224 -0
- package/lib/commonjs/components/ModalNotification/index.js.map +1 -0
- package/lib/commonjs/components/ModalOptionLoan.js +1 -1
- package/lib/commonjs/components/ModalOptionLoan.js.flow +15 -7
- package/lib/commonjs/components/ModalOptionLoan.js.map +1 -1
- package/lib/commonjs/components/ModalOptionLoanDigital.js +1 -1
- package/lib/commonjs/components/ModalOptionLoanDigital.js.flow +15 -7
- package/lib/commonjs/components/ModalOptionLoanDigital.js.map +1 -1
- package/lib/commonjs/screens/SelectorStore.js +1 -1
- package/lib/commonjs/screens/SelectorStore.js.flow +7 -2
- package/lib/commonjs/screens/SelectorStore.js.map +1 -1
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js +1 -1
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js.flow +50 -54
- package/lib/commonjs/screens/camera/CCCDCameraScreen.js.map +1 -1
- package/lib/commonjs/screens/camera/index.js +1 -1
- package/lib/commonjs/screens/camera/index.js.flow +50 -54
- package/lib/commonjs/screens/camera/index.js.map +1 -1
- package/lib/commonjs/screens/cimb-sign/index.js +1 -1
- package/lib/commonjs/screens/cimb-sign/index.js.flow +10 -14
- package/lib/commonjs/screens/cimb-sign/index.js.map +1 -1
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js +1 -1
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js.flow +75 -54
- package/lib/commonjs/screens/detail-loan/PaymentInfo.js.map +1 -1
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js +1 -1
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js.flow +77 -54
- package/lib/commonjs/screens/detail-loan/ShowQrCode.js.map +1 -1
- package/lib/commonjs/screens/detail-loan/store.js +1 -1
- package/lib/commonjs/screens/detail-loan/store.js.flow +39 -7
- package/lib/commonjs/screens/detail-loan/store.js.map +1 -1
- package/lib/commonjs/screens/detail-loan-tima/InforLoan.js +1 -1
- package/lib/commonjs/screens/detail-loan-tima/InforLoan.js.flow +20 -4
- package/lib/commonjs/screens/detail-loan-tima/InforLoan.js.map +1 -1
- package/lib/commonjs/screens/detail-loan-tima/PaymentSchedule.js +1 -1
- package/lib/commonjs/screens/detail-loan-tima/PaymentSchedule.js.flow +19 -4
- package/lib/commonjs/screens/detail-loan-tima/PaymentSchedule.js.map +1 -1
- package/lib/commonjs/screens/digital-lending/Step6.js +1 -1
- package/lib/commonjs/screens/digital-lending/Step6.js.flow +24 -29
- package/lib/commonjs/screens/digital-lending/Step6.js.map +1 -1
- package/lib/commonjs/screens/digital-lending/store.js +1 -1
- package/lib/commonjs/screens/digital-lending/store.js.flow +113 -20
- package/lib/commonjs/screens/digital-lending/store.js.map +1 -1
- package/lib/commonjs/screens/eSign/Store.js +1 -1
- package/lib/commonjs/screens/eSign/Store.js.flow +69 -34
- package/lib/commonjs/screens/eSign/Store.js.map +1 -1
- package/lib/commonjs/screens/eSign/index.js +1 -1
- package/lib/commonjs/screens/eSign/index.js.flow +33 -34
- package/lib/commonjs/screens/eSign/index.js.map +1 -1
- package/lib/commonjs/screens/full-submit/accept_policy.js +1 -1
- package/lib/commonjs/screens/full-submit/accept_policy.js.flow +101 -85
- package/lib/commonjs/screens/full-submit/accept_policy.js.map +1 -1
- package/lib/commonjs/screens/full-submit/store.js +1 -1
- package/lib/commonjs/screens/full-submit/store.js.flow +157 -27
- package/lib/commonjs/screens/full-submit/store.js.map +1 -1
- package/lib/commonjs/screens/full-submit/update-info.js +1 -1
- package/lib/commonjs/screens/full-submit/update-info.js.flow +0 -1
- package/lib/commonjs/screens/full-submit/update-info.js.map +1 -1
- package/lib/commonjs/screens/home/DigitalTopupItem.js +1 -1
- package/lib/commonjs/screens/home/DigitalTopupItem.js.flow +15 -7
- package/lib/commonjs/screens/home/DigitalTopupItem.js.map +1 -1
- package/lib/commonjs/screens/home/ItemMotoBikeLoan.js +1 -1
- package/lib/commonjs/screens/home/ItemMotoBikeLoan.js.flow +16 -7
- package/lib/commonjs/screens/home/ItemMotoBikeLoan.js.map +1 -1
- package/lib/commonjs/screens/home/Store.js +1 -1
- package/lib/commonjs/screens/home/Store.js.flow +44 -23
- package/lib/commonjs/screens/home/Store.js.map +1 -1
- package/lib/commonjs/screens/home/index.js +1 -1
- package/lib/commonjs/screens/home/index.js.flow +299 -186
- package/lib/commonjs/screens/home/index.js.map +1 -1
- package/lib/commonjs/screens/liveness/LivenessStore.js +1 -1
- package/lib/commonjs/screens/liveness/LivenessStore.js.flow +111 -89
- package/lib/commonjs/screens/liveness/LivenessStore.js.map +1 -1
- package/lib/commonjs/screens/liveness/index.js +1 -1
- package/lib/commonjs/screens/liveness/index.js.flow +67 -68
- package/lib/commonjs/screens/liveness/index.js.map +1 -1
- package/lib/commonjs/screens/liveness-v2/index.js +1 -1
- package/lib/commonjs/screens/liveness-v2/index.js.flow +52 -52
- package/lib/commonjs/screens/liveness-v2/index.js.map +1 -1
- package/lib/commonjs/screens/loan/PreviewSchedulePaymentTopup.js +1 -1
- package/lib/commonjs/screens/loan/PreviewSchedulePaymentTopup.js.flow +20 -10
- package/lib/commonjs/screens/loan/PreviewSchedulePaymentTopup.js.map +1 -1
- package/lib/commonjs/screens/loan/UpdateLoan.js +1 -1
- package/lib/commonjs/screens/loan/UpdateLoan.js.flow +56 -23
- package/lib/commonjs/screens/loan/UpdateLoan.js.map +1 -1
- package/lib/commonjs/screens/motobike/InfoLoanMotobike.js +1 -1
- package/lib/commonjs/screens/motobike/InfoLoanMotobike.js.flow +43 -29
- package/lib/commonjs/screens/motobike/InfoLoanMotobike.js.map +1 -1
- package/lib/commonjs/screens/motobike/PolicyF88.js +1 -1
- package/lib/commonjs/screens/motobike/PolicyF88.js.flow +15 -6
- package/lib/commonjs/screens/motobike/PolicyF88.js.map +1 -1
- package/lib/commonjs/screens/motobike/ReviewLoanMotobike.js +1 -1
- package/lib/commonjs/screens/motobike/ReviewLoanMotobike.js.flow +13 -3
- package/lib/commonjs/screens/motobike/ReviewLoanMotobike.js.map +1 -1
- package/lib/commonjs/screens/mrz-scanner/index.js +1 -1
- package/lib/commonjs/screens/mrz-scanner/index.js.flow +56 -55
- package/lib/commonjs/screens/mrz-scanner/index.js.map +1 -1
- package/lib/commonjs/screens/mrz-scanner/store.js +1 -1
- package/lib/commonjs/screens/mrz-scanner/store.js.flow +13 -3
- package/lib/commonjs/screens/mrz-scanner/store.js.map +1 -1
- package/lib/commonjs/screens/nationalID/Store.js +1 -1
- package/lib/commonjs/screens/nationalID/Store.js.flow +50 -29
- package/lib/commonjs/screens/nationalID/Store.js.map +1 -1
- package/lib/commonjs/screens/nationalID/index.js +1 -1
- package/lib/commonjs/screens/nationalID/index.js.flow +0 -1
- package/lib/commonjs/screens/nationalID/index.js.map +1 -1
- package/lib/commonjs/screens/nationalIDBack/Store.js +1 -1
- package/lib/commonjs/screens/nationalIDBack/Store.js.flow +44 -26
- package/lib/commonjs/screens/nationalIDBack/Store.js.map +1 -1
- package/lib/commonjs/screens/nationalIDBack/index.js +1 -1
- package/lib/commonjs/screens/nationalIDBack/index.js.flow +0 -1
- package/lib/commonjs/screens/nationalIDBack/index.js.map +1 -1
- package/lib/commonjs/screens/notification/ListLoanStore.js +1 -1
- package/lib/commonjs/screens/notification/ListLoanStore.js.flow +19 -4
- package/lib/commonjs/screens/notification/ListLoanStore.js.map +1 -1
- package/lib/commonjs/screens/notification/index.js +1 -1
- package/lib/commonjs/screens/notification/index.js.flow +0 -1
- package/lib/commonjs/screens/notification/index.js.map +1 -1
- package/lib/commonjs/screens/notification/store.js +1 -1
- package/lib/commonjs/screens/notification/store.js.flow +7 -2
- package/lib/commonjs/screens/notification/store.js.map +1 -1
- package/lib/commonjs/screens/personal/index.js +1 -1
- package/lib/commonjs/screens/personal/index.js.flow +21 -19
- package/lib/commonjs/screens/personal/index.js.map +1 -1
- package/lib/commonjs/screens/qualify/Store.js.flow +0 -1
- package/lib/commonjs/screens/qualify/Store.js.map +1 -1
- package/lib/commonjs/screens/quick-submit/store.js +1 -1
- package/lib/commonjs/screens/quick-submit/store.js.flow +85 -15
- package/lib/commonjs/screens/quick-submit/store.js.map +1 -1
- package/lib/commonjs/screens/schedule-payment/DigitalSchedulePayment.js +1 -1
- package/lib/commonjs/screens/schedule-payment/DigitalSchedulePayment.js.flow +20 -4
- package/lib/commonjs/screens/schedule-payment/DigitalSchedulePayment.js.map +1 -1
- package/lib/commonjs/screens/schedule-payment/store.js +1 -1
- package/lib/commonjs/screens/schedule-payment/store.js.flow +13 -5
- package/lib/commonjs/screens/schedule-payment/store.js.map +1 -1
- package/lib/commonjs/screens/selfie/SelfieStore.js +1 -1
- package/lib/commonjs/screens/selfie/SelfieStore.js.flow +25 -9
- package/lib/commonjs/screens/selfie/SelfieStore.js.map +1 -1
- package/lib/commonjs/screens/selfie/index.js +1 -1
- package/lib/commonjs/screens/selfie/index.js.flow +0 -1
- package/lib/commonjs/screens/selfie/index.js.map +1 -1
- package/lib/commonjs/screens/sign-tima/ViewContract.js +1 -1
- package/lib/commonjs/screens/sign-tima/ViewContract.js.flow +17 -18
- package/lib/commonjs/screens/sign-tima/ViewContract.js.map +1 -1
- package/lib/commonjs/screens/sign-tima/store.js +1 -1
- package/lib/commonjs/screens/sign-tima/store.js.flow +37 -7
- package/lib/commonjs/screens/sign-tima/store.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/LoanInterestRate.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/LoanInterestRate.js.flow +36 -10
- package/lib/commonjs/screens/toan-trinh-so/LoanInterestRate.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/OCR.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/OCR.js.flow +64 -66
- package/lib/commonjs/screens/toan-trinh-so/OCR.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/RegisterBack.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/RegisterBack.js.flow +21 -4
- package/lib/commonjs/screens/toan-trinh-so/RegisterBack.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/RegisterCamera.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/RegisterCamera.js.flow +50 -54
- package/lib/commonjs/screens/toan-trinh-so/RegisterCamera.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformation.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformation.js.flow +31 -25
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformation.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformationOther.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformationOther.js.flow +88 -82
- package/lib/commonjs/screens/toan-trinh-so/ReviewInformationOther.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewLoan.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/ReviewLoan.js.flow +25 -5
- package/lib/commonjs/screens/toan-trinh-so/ReviewLoan.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDBack.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDBack.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDBack.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDFront.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDFront.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/TTSNationalIDFront.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSOTP.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSOTP.js.flow +42 -25
- package/lib/commonjs/screens/toan-trinh-so/TTSOTP.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSSelfie.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSSelfie.js.flow +63 -56
- package/lib/commonjs/screens/toan-trinh-so/TTSSelfie.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSSignLoan.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TTSSignLoan.js.flow +63 -55
- package/lib/commonjs/screens/toan-trinh-so/TTSSignLoan.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TopupLoanInfo.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/TopupLoanInfo.js.flow +50 -43
- package/lib/commonjs/screens/toan-trinh-so/TopupLoanInfo.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js.flow +50 -54
- package/lib/commonjs/screens/toan-trinh-so/VehicleCamera.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistration.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistration.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistration.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationBack.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationBack.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationBack.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationFront.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationFront.js.flow +19 -4
- package/lib/commonjs/screens/toan-trinh-so/VehicleRegistrationFront.js.map +1 -1
- package/lib/commonjs/screens/toan-trinh-so/store.js +1 -1
- package/lib/commonjs/screens/toan-trinh-so/store.js.flow +82 -37
- package/lib/commonjs/screens/toan-trinh-so/store.js.map +1 -1
- package/lib/commonjs/screens/uploadVideo/index.js +1 -1
- package/lib/commonjs/screens/uploadVideo/index.js.flow +26 -21
- package/lib/commonjs/screens/uploadVideo/index.js.map +1 -1
- package/lib/commonjs/screens/uploadVideo/videoStore.js +1 -1
- package/lib/commonjs/screens/uploadVideo/videoStore.js.flow +19 -4
- package/lib/commonjs/screens/uploadVideo/videoStore.js.map +1 -1
- package/lib/commonjs/screens/v3/AssetInformation.js +1 -1
- package/lib/commonjs/screens/v3/AssetInformation.js.flow +35 -16
- package/lib/commonjs/screens/v3/AssetInformation.js.map +1 -1
- package/lib/commonjs/screens/v3/LoanBuyCar.js +1 -1
- package/lib/commonjs/screens/v3/LoanBuyCar.js.flow +35 -16
- package/lib/commonjs/screens/v3/LoanBuyCar.js.map +1 -1
- package/lib/commonjs/services/api/api.js +1 -1
- package/lib/commonjs/services/api/api.js.flow +23 -26
- package/lib/commonjs/services/api/api.js.map +1 -1
- package/lib/module/AppStore.js +1 -1
- package/lib/module/AppStore.js.map +1 -1
- package/lib/module/RNTimacare.js +1 -1
- package/lib/module/RNTimacare.js.map +1 -1
- package/lib/module/assets/icons/index.js +1 -1
- package/lib/module/assets/icons/index.js.map +1 -1
- package/lib/module/assets/icons/modal_confirm.svg +15 -0
- package/lib/module/assets/icons/modal_notice.svg +74 -0
- package/lib/module/assets/icons/modal_success.svg +55 -0
- package/lib/module/assets/icons/modal_warning.svg +48 -0
- package/lib/module/components/AppModal.js +2 -0
- package/lib/module/components/AppModal.js.map +1 -0
- package/lib/module/components/ItemTimaOne.js +2 -0
- package/lib/module/components/ItemTimaOne.js.map +1 -0
- package/lib/module/components/ModalNotification/AlertGlobal.js +2 -0
- package/lib/module/components/ModalNotification/AlertGlobal.js.map +1 -0
- package/lib/module/components/ModalNotification/index.js +2 -0
- package/lib/module/components/ModalNotification/index.js.map +1 -0
- package/lib/module/components/ModalOptionLoan.js +1 -1
- package/lib/module/components/ModalOptionLoan.js.map +1 -1
- package/lib/module/components/ModalOptionLoanDigital.js +1 -1
- package/lib/module/components/ModalOptionLoanDigital.js.map +1 -1
- package/lib/module/screens/SelectorStore.js +1 -1
- package/lib/module/screens/SelectorStore.js.map +1 -1
- package/lib/module/screens/camera/CCCDCameraScreen.js +1 -1
- package/lib/module/screens/camera/CCCDCameraScreen.js.map +1 -1
- package/lib/module/screens/camera/index.js +1 -1
- package/lib/module/screens/camera/index.js.map +1 -1
- package/lib/module/screens/cimb-sign/index.js +1 -1
- package/lib/module/screens/cimb-sign/index.js.map +1 -1
- package/lib/module/screens/detail-loan/PaymentInfo.js +1 -1
- package/lib/module/screens/detail-loan/PaymentInfo.js.map +1 -1
- package/lib/module/screens/detail-loan/ShowQrCode.js +1 -1
- package/lib/module/screens/detail-loan/ShowQrCode.js.map +1 -1
- package/lib/module/screens/detail-loan/store.js +1 -1
- package/lib/module/screens/detail-loan/store.js.map +1 -1
- package/lib/module/screens/detail-loan-tima/InforLoan.js +1 -1
- package/lib/module/screens/detail-loan-tima/InforLoan.js.map +1 -1
- package/lib/module/screens/detail-loan-tima/PaymentSchedule.js +1 -1
- package/lib/module/screens/detail-loan-tima/PaymentSchedule.js.map +1 -1
- package/lib/module/screens/digital-lending/Step6.js +1 -1
- package/lib/module/screens/digital-lending/Step6.js.map +1 -1
- package/lib/module/screens/digital-lending/store.js +1 -1
- package/lib/module/screens/digital-lending/store.js.map +1 -1
- package/lib/module/screens/eSign/Store.js +1 -1
- package/lib/module/screens/eSign/Store.js.map +1 -1
- package/lib/module/screens/eSign/index.js +1 -1
- package/lib/module/screens/eSign/index.js.map +1 -1
- package/lib/module/screens/full-submit/accept_policy.js +1 -1
- package/lib/module/screens/full-submit/accept_policy.js.map +1 -1
- package/lib/module/screens/full-submit/store.js +1 -1
- package/lib/module/screens/full-submit/store.js.map +1 -1
- package/lib/module/screens/full-submit/update-info.js +1 -1
- package/lib/module/screens/full-submit/update-info.js.map +1 -1
- package/lib/module/screens/home/DigitalTopupItem.js +1 -1
- package/lib/module/screens/home/DigitalTopupItem.js.map +1 -1
- package/lib/module/screens/home/ItemMotoBikeLoan.js +1 -1
- package/lib/module/screens/home/ItemMotoBikeLoan.js.map +1 -1
- package/lib/module/screens/home/Store.js +1 -1
- package/lib/module/screens/home/Store.js.map +1 -1
- package/lib/module/screens/home/index.js +1 -1
- package/lib/module/screens/home/index.js.map +1 -1
- package/lib/module/screens/liveness/LivenessStore.js +1 -1
- package/lib/module/screens/liveness/LivenessStore.js.map +1 -1
- package/lib/module/screens/liveness/index.js +1 -1
- package/lib/module/screens/liveness/index.js.map +1 -1
- package/lib/module/screens/liveness-v2/index.js +1 -1
- package/lib/module/screens/liveness-v2/index.js.map +1 -1
- package/lib/module/screens/loan/PreviewSchedulePaymentTopup.js +1 -1
- package/lib/module/screens/loan/PreviewSchedulePaymentTopup.js.map +1 -1
- package/lib/module/screens/loan/UpdateLoan.js +1 -1
- package/lib/module/screens/loan/UpdateLoan.js.map +1 -1
- package/lib/module/screens/motobike/InfoLoanMotobike.js +1 -1
- package/lib/module/screens/motobike/InfoLoanMotobike.js.map +1 -1
- package/lib/module/screens/motobike/PolicyF88.js +1 -1
- package/lib/module/screens/motobike/PolicyF88.js.map +1 -1
- package/lib/module/screens/motobike/ReviewLoanMotobike.js +1 -1
- package/lib/module/screens/motobike/ReviewLoanMotobike.js.map +1 -1
- package/lib/module/screens/mrz-scanner/index.js +1 -1
- package/lib/module/screens/mrz-scanner/index.js.map +1 -1
- package/lib/module/screens/mrz-scanner/store.js +1 -1
- package/lib/module/screens/mrz-scanner/store.js.map +1 -1
- package/lib/module/screens/nationalID/Store.js +1 -1
- package/lib/module/screens/nationalID/Store.js.map +1 -1
- package/lib/module/screens/nationalID/index.js +1 -1
- package/lib/module/screens/nationalID/index.js.map +1 -1
- package/lib/module/screens/nationalIDBack/Store.js +1 -1
- package/lib/module/screens/nationalIDBack/Store.js.map +1 -1
- package/lib/module/screens/nationalIDBack/index.js +1 -1
- package/lib/module/screens/nationalIDBack/index.js.map +1 -1
- package/lib/module/screens/notification/ListLoanStore.js +1 -1
- package/lib/module/screens/notification/ListLoanStore.js.map +1 -1
- package/lib/module/screens/notification/index.js +1 -1
- package/lib/module/screens/notification/index.js.map +1 -1
- package/lib/module/screens/notification/store.js +1 -1
- package/lib/module/screens/notification/store.js.map +1 -1
- package/lib/module/screens/personal/index.js +1 -1
- package/lib/module/screens/personal/index.js.map +1 -1
- package/lib/module/screens/qualify/Store.js.map +1 -1
- package/lib/module/screens/quick-submit/store.js +1 -1
- package/lib/module/screens/quick-submit/store.js.map +1 -1
- package/lib/module/screens/schedule-payment/DigitalSchedulePayment.js +1 -1
- package/lib/module/screens/schedule-payment/DigitalSchedulePayment.js.map +1 -1
- package/lib/module/screens/schedule-payment/store.js +1 -1
- package/lib/module/screens/schedule-payment/store.js.map +1 -1
- package/lib/module/screens/selfie/SelfieStore.js +1 -1
- package/lib/module/screens/selfie/SelfieStore.js.map +1 -1
- package/lib/module/screens/selfie/index.js +1 -1
- package/lib/module/screens/selfie/index.js.map +1 -1
- package/lib/module/screens/sign-tima/ViewContract.js +1 -1
- package/lib/module/screens/sign-tima/ViewContract.js.map +1 -1
- package/lib/module/screens/sign-tima/store.js +1 -1
- package/lib/module/screens/sign-tima/store.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/LoanInterestRate.js +1 -1
- package/lib/module/screens/toan-trinh-so/LoanInterestRate.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/OCR.js +1 -1
- package/lib/module/screens/toan-trinh-so/OCR.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/RegisterBack.js +1 -1
- package/lib/module/screens/toan-trinh-so/RegisterBack.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/RegisterCamera.js +1 -1
- package/lib/module/screens/toan-trinh-so/RegisterCamera.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewInformation.js +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewInformation.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewInformationOther.js +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewInformationOther.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewLoan.js +1 -1
- package/lib/module/screens/toan-trinh-so/ReviewLoan.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSNationalIDBack.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSNationalIDBack.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSNationalIDFront.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSNationalIDFront.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSOTP.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSOTP.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSSelfie.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSSelfie.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TTSSignLoan.js +1 -1
- package/lib/module/screens/toan-trinh-so/TTSSignLoan.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/TopupLoanInfo.js +1 -1
- package/lib/module/screens/toan-trinh-so/TopupLoanInfo.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleCamera.js +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleCamera.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistration.js +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistration.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistrationBack.js +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistrationBack.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistrationFront.js +1 -1
- package/lib/module/screens/toan-trinh-so/VehicleRegistrationFront.js.map +1 -1
- package/lib/module/screens/toan-trinh-so/store.js +1 -1
- package/lib/module/screens/toan-trinh-so/store.js.map +1 -1
- package/lib/module/screens/uploadVideo/index.js +1 -1
- package/lib/module/screens/uploadVideo/index.js.map +1 -1
- package/lib/module/screens/uploadVideo/videoStore.js +1 -1
- package/lib/module/screens/uploadVideo/videoStore.js.map +1 -1
- package/lib/module/screens/v3/AssetInformation.js +1 -1
- package/lib/module/screens/v3/AssetInformation.js.map +1 -1
- package/lib/module/screens/v3/LoanBuyCar.js +1 -1
- package/lib/module/screens/v3/LoanBuyCar.js.map +1 -1
- package/lib/module/services/api/api.js +1 -1
- package/lib/module/services/api/api.js.map +1 -1
- package/lib/typescript/AppStore.d.ts.map +1 -1
- package/lib/typescript/RNTimacare.d.ts.map +1 -1
- package/lib/typescript/assets/icons/index.d.ts +5 -1
- package/lib/typescript/assets/icons/index.d.ts.map +1 -1
- package/lib/typescript/components/AppModal.d.ts +18 -0
- package/lib/typescript/components/AppModal.d.ts.map +1 -0
- package/lib/typescript/components/ItemTimaOne.d.ts +7 -0
- package/lib/typescript/components/ItemTimaOne.d.ts.map +1 -0
- package/lib/typescript/components/ModalNotification/AlertGlobal.d.ts +30 -0
- package/lib/typescript/components/ModalNotification/AlertGlobal.d.ts.map +1 -0
- package/lib/typescript/components/ModalNotification/index.d.ts +35 -0
- package/lib/typescript/components/ModalNotification/index.d.ts.map +1 -0
- package/lib/typescript/components/ModalOptionLoan.d.ts.map +1 -1
- package/lib/typescript/components/ModalOptionLoanDigital.d.ts.map +1 -1
- package/lib/typescript/screens/SelectorStore.d.ts.map +1 -1
- package/lib/typescript/screens/camera/CCCDCameraScreen.d.ts.map +1 -1
- package/lib/typescript/screens/camera/index.d.ts.map +1 -1
- package/lib/typescript/screens/cimb-sign/index.d.ts.map +1 -1
- package/lib/typescript/screens/detail-loan/ShowQrCode.d.ts.map +1 -1
- package/lib/typescript/screens/detail-loan/store.d.ts.map +1 -1
- package/lib/typescript/screens/detail-loan-tima/InforLoan.d.ts.map +1 -1
- package/lib/typescript/screens/detail-loan-tima/PaymentSchedule.d.ts.map +1 -1
- package/lib/typescript/screens/digital-lending/Step6.d.ts.map +1 -1
- package/lib/typescript/screens/digital-lending/store.d.ts.map +1 -1
- package/lib/typescript/screens/eSign/Store.d.ts.map +1 -1
- package/lib/typescript/screens/eSign/index.d.ts.map +1 -1
- package/lib/typescript/screens/full-submit/accept_policy.d.ts.map +1 -1
- package/lib/typescript/screens/full-submit/store.d.ts.map +1 -1
- package/lib/typescript/screens/full-submit/update-info.d.ts.map +1 -1
- package/lib/typescript/screens/home/DigitalTopupItem.d.ts.map +1 -1
- package/lib/typescript/screens/home/ItemMotoBikeLoan.d.ts.map +1 -1
- package/lib/typescript/screens/home/Store.d.ts.map +1 -1
- package/lib/typescript/screens/home/index.d.ts.map +1 -1
- package/lib/typescript/screens/liveness/LivenessStore.d.ts.map +1 -1
- package/lib/typescript/screens/liveness/index.d.ts.map +1 -1
- package/lib/typescript/screens/loan/PreviewSchedulePaymentTopup.d.ts.map +1 -1
- package/lib/typescript/screens/loan/UpdateLoan.d.ts.map +1 -1
- package/lib/typescript/screens/motobike/InfoLoanMotobike.d.ts.map +1 -1
- package/lib/typescript/screens/motobike/PolicyF88.d.ts.map +1 -1
- package/lib/typescript/screens/motobike/ReviewLoanMotobike.d.ts.map +1 -1
- package/lib/typescript/screens/mrz-scanner/index.d.ts.map +1 -1
- package/lib/typescript/screens/mrz-scanner/store.d.ts.map +1 -1
- package/lib/typescript/screens/nationalID/Store.d.ts.map +1 -1
- package/lib/typescript/screens/nationalID/index.d.ts.map +1 -1
- package/lib/typescript/screens/nationalIDBack/Store.d.ts.map +1 -1
- package/lib/typescript/screens/nationalIDBack/index.d.ts.map +1 -1
- package/lib/typescript/screens/notification/ListLoanStore.d.ts.map +1 -1
- package/lib/typescript/screens/notification/index.d.ts.map +1 -1
- package/lib/typescript/screens/notification/store.d.ts.map +1 -1
- package/lib/typescript/screens/personal/index.d.ts.map +1 -1
- package/lib/typescript/screens/qualify/Store.d.ts.map +1 -1
- package/lib/typescript/screens/quick-submit/store.d.ts.map +1 -1
- package/lib/typescript/screens/schedule-payment/DigitalSchedulePayment.d.ts.map +1 -1
- package/lib/typescript/screens/schedule-payment/store.d.ts.map +1 -1
- package/lib/typescript/screens/selfie/SelfieStore.d.ts.map +1 -1
- package/lib/typescript/screens/selfie/index.d.ts.map +1 -1
- package/lib/typescript/screens/sign-tima/ViewContract.d.ts.map +1 -1
- package/lib/typescript/screens/sign-tima/store.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/LoanInterestRate.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/OCR.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/RegisterBack.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/RegisterCamera.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/ReviewInformation.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/ReviewInformationOther.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/ReviewLoan.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSNationalIDBack.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSNationalIDFront.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSOTP.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSSelfie.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TTSSignLoan.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/TopupLoanInfo.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/VehicleCamera.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/VehicleRegistration.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/VehicleRegistrationBack.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/VehicleRegistrationFront.d.ts.map +1 -1
- package/lib/typescript/screens/toan-trinh-so/store.d.ts.map +1 -1
- package/lib/typescript/screens/uploadVideo/index.d.ts.map +1 -1
- package/lib/typescript/screens/uploadVideo/videoStore.d.ts.map +1 -1
- package/lib/typescript/screens/v3/AssetInformation.d.ts.map +1 -1
- package/lib/typescript/screens/v3/LoanBuyCar.d.ts.map +1 -1
- package/lib/typescript/services/api/api.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/AppStore.tsx +7 -2
- package/src/RNTimacare.tsx +7 -1
- package/src/assets/icons/index.tsx +8 -0
- package/src/assets/icons/modal_confirm.svg +15 -0
- package/src/assets/icons/modal_notice.svg +74 -0
- package/src/assets/icons/modal_success.svg +55 -0
- package/src/assets/icons/modal_warning.svg +48 -0
- package/src/components/AppModal.tsx +34 -0
- package/src/components/{ItemTimaOneV3.tsx → ItemTimaOne.tsx} +1 -1
- package/src/components/ModalNotification/AlertGlobal.tsx +100 -0
- package/src/components/ModalNotification/index.tsx +224 -0
- package/src/components/ModalOptionLoan.tsx +15 -7
- package/src/components/ModalOptionLoanDigital.tsx +15 -7
- package/src/screens/SelectorStore.tsx +7 -2
- package/src/screens/camera/CCCDCameraScreen.tsx +50 -54
- package/src/screens/camera/index.tsx +50 -54
- package/src/screens/cimb-sign/index.tsx +10 -14
- package/src/screens/detail-loan/PaymentInfo.tsx +75 -54
- package/src/screens/detail-loan/ShowQrCode.tsx +77 -54
- package/src/screens/detail-loan/store.tsx +39 -7
- package/src/screens/detail-loan-tima/InforLoan.tsx +20 -4
- package/src/screens/detail-loan-tima/PaymentSchedule.tsx +19 -4
- package/src/screens/digital-lending/Step6.tsx +24 -29
- package/src/screens/digital-lending/store.tsx +113 -20
- package/src/screens/eSign/Store.tsx +69 -34
- package/src/screens/eSign/index.tsx +33 -34
- package/src/screens/full-submit/accept_policy.tsx +101 -85
- package/src/screens/full-submit/store.tsx +157 -27
- package/src/screens/full-submit/update-info.tsx +0 -1
- package/src/screens/home/DigitalTopupItem.tsx +15 -7
- package/src/screens/home/ItemMotoBikeLoan.tsx +16 -7
- package/src/screens/home/Store.tsx +44 -23
- package/src/screens/home/index.tsx +299 -186
- package/src/screens/liveness/LivenessStore.tsx +111 -89
- package/src/screens/liveness/index.tsx +67 -68
- package/src/screens/liveness-v2/index.tsx +52 -52
- package/src/screens/loan/PreviewSchedulePaymentTopup.tsx +20 -10
- package/src/screens/loan/UpdateLoan.tsx +56 -23
- package/src/screens/motobike/InfoLoanMotobike.tsx +43 -29
- package/src/screens/motobike/PolicyF88.tsx +15 -6
- package/src/screens/motobike/ReviewLoanMotobike.tsx +13 -3
- package/src/screens/mrz-scanner/index.tsx +56 -55
- package/src/screens/mrz-scanner/store.ts +13 -3
- package/src/screens/nationalID/Store.tsx +50 -29
- package/src/screens/nationalID/index.tsx +0 -1
- package/src/screens/nationalIDBack/Store.tsx +44 -26
- package/src/screens/nationalIDBack/index.tsx +0 -1
- package/src/screens/notification/ListLoanStore.tsx +19 -4
- package/src/screens/notification/index.tsx +0 -1
- package/src/screens/notification/store.tsx +7 -2
- package/src/screens/personal/index.tsx +21 -19
- package/src/screens/qualify/Store.tsx +0 -1
- package/src/screens/quick-submit/store.tsx +85 -15
- package/src/screens/schedule-payment/DigitalSchedulePayment.tsx +20 -4
- package/src/screens/schedule-payment/store.tsx +13 -5
- package/src/screens/selfie/SelfieStore.tsx +25 -9
- package/src/screens/selfie/index.tsx +0 -1
- package/src/screens/sign-tima/ViewContract.tsx +17 -18
- package/src/screens/sign-tima/store.tsx +37 -7
- package/src/screens/toan-trinh-so/LoanInterestRate.tsx +36 -10
- package/src/screens/toan-trinh-so/OCR.tsx +64 -66
- package/src/screens/toan-trinh-so/RegisterBack.tsx +21 -4
- package/src/screens/toan-trinh-so/RegisterCamera.tsx +50 -54
- package/src/screens/toan-trinh-so/ReviewInformation.tsx +31 -25
- package/src/screens/toan-trinh-so/ReviewInformationOther.tsx +88 -82
- package/src/screens/toan-trinh-so/ReviewLoan.tsx +25 -5
- package/src/screens/toan-trinh-so/TTSNationalIDBack.tsx +19 -4
- package/src/screens/toan-trinh-so/TTSNationalIDFront.tsx +19 -4
- package/src/screens/toan-trinh-so/TTSOTP.tsx +42 -25
- package/src/screens/toan-trinh-so/TTSSelfie.tsx +63 -56
- package/src/screens/toan-trinh-so/TTSSignLoan.tsx +63 -55
- package/src/screens/toan-trinh-so/TopupLoanInfo.tsx +50 -43
- package/src/screens/toan-trinh-so/VehicleCamera.tsx +50 -54
- package/src/screens/toan-trinh-so/VehicleRegistration.tsx +19 -4
- package/src/screens/toan-trinh-so/VehicleRegistrationBack.tsx +19 -4
- package/src/screens/toan-trinh-so/VehicleRegistrationFront.tsx +19 -4
- package/src/screens/toan-trinh-so/store.ts +82 -37
- package/src/screens/uploadVideo/index.tsx +26 -21
- package/src/screens/uploadVideo/videoStore.tsx +19 -4
- package/src/screens/v3/AssetInformation.tsx +35 -16
- package/src/screens/v3/LoanBuyCar.tsx +35 -16
- package/src/services/api/api.ts +23 -26
- package/lib/commonjs/components/ItemTimaOneV2.js +0 -2
- package/lib/commonjs/components/ItemTimaOneV2.js.flow +0 -617
- package/lib/commonjs/components/ItemTimaOneV2.js.map +0 -1
- package/lib/commonjs/components/ItemTimaOneV3.js +0 -2
- package/lib/commonjs/components/ItemTimaOneV3.js.map +0 -1
- package/lib/module/components/ItemTimaOneV2.js +0 -2
- package/lib/module/components/ItemTimaOneV2.js.map +0 -1
- package/lib/module/components/ItemTimaOneV3.js +0 -2
- package/lib/module/components/ItemTimaOneV3.js.map +0 -1
- package/lib/typescript/components/ItemTimaOneV2.d.ts +0 -7
- package/lib/typescript/components/ItemTimaOneV2.d.ts.map +0 -1
- package/lib/typescript/components/ItemTimaOneV3.d.ts +0 -7
- package/lib/typescript/components/ItemTimaOneV3.d.ts.map +0 -1
- package/src/components/ItemTimaOneV2.tsx +0 -617
|
@@ -3,7 +3,6 @@ import React, { useEffect, useRef, useState } from 'react';
|
|
|
3
3
|
import { observer } from 'mobx-react-lite';
|
|
4
4
|
import { CommonActions, useNavigation } from '@react-navigation/native';
|
|
5
5
|
import {
|
|
6
|
-
Alert,
|
|
7
6
|
Linking,
|
|
8
7
|
SafeAreaView,
|
|
9
8
|
ScrollView,
|
|
@@ -34,6 +33,7 @@ import { ScreenNames } from '../../navigation';
|
|
|
34
33
|
import { formatDDMMYYY, formatMoney } from '../../utils';
|
|
35
34
|
import { save } from '../../utils/storage';
|
|
36
35
|
import { Api } from '../../services/api';
|
|
36
|
+
import { AlertGlobal } from '../../components/ModalNotification/AlertGlobal';
|
|
37
37
|
|
|
38
38
|
export const AcceptPolicy = observer(function AcceptPolicy(props: any) {
|
|
39
39
|
const navigation = useNavigation();
|
|
@@ -60,98 +60,99 @@ export const AcceptPolicy = observer(function AcceptPolicy(props: any) {
|
|
|
60
60
|
|
|
61
61
|
const onSubmit = () => {
|
|
62
62
|
if (BuyInsuranceOfCustomer === false) {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
63
|
+
AlertGlobal.show({
|
|
64
|
+
type: 'warning',
|
|
65
|
+
title: 'Thông báo',
|
|
66
|
+
message: 'Bảo hiểm sức khoẻ là bắt buộc',
|
|
67
|
+
primaryText: 'Đồng ý',
|
|
68
|
+
onPrimaryPress: () => {
|
|
69
|
+
setBuyInsuranceOfCustomer(true);
|
|
69
70
|
},
|
|
70
|
-
|
|
71
|
+
});
|
|
71
72
|
return;
|
|
72
73
|
}
|
|
73
74
|
if (props?.route?.params?.isCimb) {
|
|
74
75
|
if (!ruleCIMB || !ruleTima) {
|
|
75
|
-
|
|
76
|
+
AlertGlobal.show({
|
|
77
|
+
type: 'warning',
|
|
78
|
+
title: 'Thông báo',
|
|
79
|
+
message: 'Vui lòng đọc và tích chọn điều khoản',
|
|
80
|
+
primaryText: 'Đóng',
|
|
81
|
+
});
|
|
76
82
|
return;
|
|
77
83
|
}
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
{
|
|
109
|
-
text: 'Huỷ',
|
|
110
|
-
},
|
|
111
|
-
]
|
|
112
|
-
);
|
|
84
|
+
AlertGlobal.show({
|
|
85
|
+
type: 'confirm',
|
|
86
|
+
title: 'Vui lòng xác nhận lại',
|
|
87
|
+
message: `Số tài khoản nhận tiền của bạn là ${data?.bankAccountNumber} - ${data?.bankAccountName} - ${data?.bankName}`,
|
|
88
|
+
primaryText: 'Xác nhận',
|
|
89
|
+
onPrimaryPress: () => {
|
|
90
|
+
const body = {
|
|
91
|
+
FeeInsuranceOfCustomer: data?.feeInsuranceOfCustomer,
|
|
92
|
+
// tái vay thì mặc định truyền true
|
|
93
|
+
BuyInsuranceOfCustomer:
|
|
94
|
+
loan?.typeLoan === 2 ? true : BuyInsuranceOfCustomer,
|
|
95
|
+
BuyInsuranceOfProperty:
|
|
96
|
+
loan?.typeLoan === 2 ? true : BuyInsuranceOfProperty,
|
|
97
|
+
FeeInsuranceOfProperty: data?.feeInsuranceOfProperty,
|
|
98
|
+
};
|
|
99
|
+
setIsLoading(true);
|
|
100
|
+
FullSubmitStore.confirmInsurance(body, () => {
|
|
101
|
+
const key = `SHOW_${loan?.id}`;
|
|
102
|
+
save(key, true);
|
|
103
|
+
setIsLoading(false);
|
|
104
|
+
navigation.dispatch(
|
|
105
|
+
CommonActions.reset({
|
|
106
|
+
index: 1,
|
|
107
|
+
routes: [{ name: ScreenNames.Main }],
|
|
108
|
+
})
|
|
109
|
+
);
|
|
110
|
+
});
|
|
111
|
+
},
|
|
112
|
+
secondaryText: 'Huỷ',
|
|
113
|
+
});
|
|
113
114
|
} else {
|
|
114
115
|
if (!ruleTima) {
|
|
115
|
-
|
|
116
|
+
AlertGlobal.show({
|
|
117
|
+
type: 'warning',
|
|
118
|
+
title: 'Thông báo',
|
|
119
|
+
message: 'Vui lòng đọc và tích chọn điều khoản',
|
|
120
|
+
primaryText: 'Đóng',
|
|
121
|
+
});
|
|
116
122
|
return;
|
|
117
123
|
}
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
{
|
|
151
|
-
text: 'Huỷ',
|
|
152
|
-
},
|
|
153
|
-
]
|
|
154
|
-
);
|
|
124
|
+
AlertGlobal.show({
|
|
125
|
+
type: 'confirm',
|
|
126
|
+
title: 'Vui lòng xác nhận lại',
|
|
127
|
+
message: `Số tài khoản nhận tiền của bạn là ${data?.bankAccountNumber} - ${data?.bankAccountName} - ${data?.bankName}`,
|
|
128
|
+
primaryText: 'Xác nhận',
|
|
129
|
+
onPrimaryPress: () => {
|
|
130
|
+
const body = {
|
|
131
|
+
FeeInsuranceOfCustomer: data?.feeInsuranceOfCustomer,
|
|
132
|
+
// tái vay thì mặc định truyền true
|
|
133
|
+
BuyInsuranceOfCustomer:
|
|
134
|
+
loan?.typeLoan === 2 ? true : BuyInsuranceOfCustomer,
|
|
135
|
+
BuyInsuranceOfProperty:
|
|
136
|
+
loan?.typeLoan === 2 ? true : BuyInsuranceOfProperty,
|
|
137
|
+
FeeInsuranceOfProperty: data?.feeInsuranceOfProperty,
|
|
138
|
+
BuyInsuranceHospital: BuyInsuranceHospital,
|
|
139
|
+
FeeInsuranceHospital: data?.feeInsuranceHospital,
|
|
140
|
+
};
|
|
141
|
+
setIsLoading(true);
|
|
142
|
+
FullSubmitStore.confirmInsurance(body, () => {
|
|
143
|
+
setIsLoading(false);
|
|
144
|
+
const key = `SHOW_${loan?.id}`;
|
|
145
|
+
save(key, true);
|
|
146
|
+
navigation.dispatch(
|
|
147
|
+
CommonActions.reset({
|
|
148
|
+
index: 1,
|
|
149
|
+
routes: [{ name: ScreenNames.Main }],
|
|
150
|
+
})
|
|
151
|
+
);
|
|
152
|
+
});
|
|
153
|
+
},
|
|
154
|
+
secondaryText: 'Huỷ',
|
|
155
|
+
});
|
|
155
156
|
}
|
|
156
157
|
};
|
|
157
158
|
|
|
@@ -165,14 +166,29 @@ export const AcceptPolicy = observer(function AcceptPolicy(props: any) {
|
|
|
165
166
|
if (response.data.meta?.errorCode === 200) {
|
|
166
167
|
setSchedule(response.data.data);
|
|
167
168
|
} else {
|
|
168
|
-
|
|
169
|
+
AlertGlobal.show({
|
|
170
|
+
type: 'warning',
|
|
171
|
+
title: 'Thông báo',
|
|
172
|
+
message: response.data?.meta?.errorMessage,
|
|
173
|
+
primaryText: 'Đóng',
|
|
174
|
+
});
|
|
169
175
|
}
|
|
170
176
|
} else {
|
|
171
|
-
|
|
177
|
+
AlertGlobal.show({
|
|
178
|
+
type: 'warning',
|
|
179
|
+
title: 'Thông báo',
|
|
180
|
+
message: 'Không lấy được lịch thanh toán!',
|
|
181
|
+
primaryText: 'Đóng',
|
|
182
|
+
});
|
|
172
183
|
}
|
|
173
184
|
} catch (error) {
|
|
174
185
|
setIsLoading(false);
|
|
175
|
-
|
|
186
|
+
AlertGlobal.show({
|
|
187
|
+
type: 'warning',
|
|
188
|
+
title: 'Thông báo',
|
|
189
|
+
message: 'Không lấy được lịch thanh toán!',
|
|
190
|
+
primaryText: 'Đóng',
|
|
191
|
+
});
|
|
176
192
|
}
|
|
177
193
|
};
|
|
178
194
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
//@ts-nocheck
|
|
2
2
|
import { action, observable } from 'mobx';
|
|
3
|
-
import { Alert } from 'react-native';
|
|
4
3
|
import { Api } from '../../services/api';
|
|
4
|
+
import { AlertGlobal } from '../../components/ModalNotification/AlertGlobal';
|
|
5
5
|
|
|
6
6
|
class Store {
|
|
7
7
|
@observable isLoading = false;
|
|
@@ -33,10 +33,20 @@ class Store {
|
|
|
33
33
|
if (response.data.meta.errorCode === 200) {
|
|
34
34
|
if (onSuccess) onSuccess(response.data.data);
|
|
35
35
|
} else {
|
|
36
|
-
|
|
36
|
+
AlertGlobal.show({
|
|
37
|
+
type: 'warning',
|
|
38
|
+
title: 'Thông báo',
|
|
39
|
+
message: response.data.meta.errorMessage,
|
|
40
|
+
primaryText: 'Đóng',
|
|
41
|
+
});
|
|
37
42
|
}
|
|
38
43
|
} else {
|
|
39
|
-
|
|
44
|
+
AlertGlobal.show({
|
|
45
|
+
type: 'warning',
|
|
46
|
+
title: 'Thông báo',
|
|
47
|
+
message: 'Không thể lấy thông tin đơn vay',
|
|
48
|
+
primaryText: 'Đóng',
|
|
49
|
+
});
|
|
40
50
|
}
|
|
41
51
|
} catch (error) {
|
|
42
52
|
this.isLoading = false;
|
|
@@ -55,16 +65,31 @@ class Store {
|
|
|
55
65
|
this.listDocument = response.data.data;
|
|
56
66
|
if (onSuccess) onSuccess(response.data.data);
|
|
57
67
|
} else {
|
|
58
|
-
|
|
68
|
+
AlertGlobal.show({
|
|
69
|
+
type: 'warning',
|
|
70
|
+
title: 'Thông báo',
|
|
71
|
+
message: response.data.meta.errorMessage,
|
|
72
|
+
primaryText: 'Đóng',
|
|
73
|
+
});
|
|
59
74
|
if (onError) onError();
|
|
60
75
|
}
|
|
61
76
|
} else {
|
|
62
|
-
|
|
77
|
+
AlertGlobal.show({
|
|
78
|
+
type: 'warning',
|
|
79
|
+
title: 'Thông báo',
|
|
80
|
+
message: 'Có lỗi xảy ra. Vui lòng thử lại sau.',
|
|
81
|
+
primaryText: 'Đóng',
|
|
82
|
+
});
|
|
63
83
|
if (onError) onError();
|
|
64
84
|
}
|
|
65
85
|
} catch (error) {
|
|
66
86
|
this.loadingDocument = false;
|
|
67
|
-
|
|
87
|
+
AlertGlobal.show({
|
|
88
|
+
type: 'warning',
|
|
89
|
+
title: 'Thông báo',
|
|
90
|
+
message: 'Có lỗi xảy ra. Vui lòng thử lại sau.',
|
|
91
|
+
primaryText: 'Đóng',
|
|
92
|
+
});
|
|
68
93
|
console.log(error);
|
|
69
94
|
if (onError) onError();
|
|
70
95
|
}
|
|
@@ -80,16 +105,31 @@ class Store {
|
|
|
80
105
|
if (response.data.meta.errorCode === 200) {
|
|
81
106
|
if (onSuccess) onSuccess();
|
|
82
107
|
} else {
|
|
83
|
-
|
|
108
|
+
AlertGlobal.show({
|
|
109
|
+
type: 'warning',
|
|
110
|
+
title: 'Thông báo',
|
|
111
|
+
message: response.data.meta.errorMessage,
|
|
112
|
+
primaryText: 'Đóng',
|
|
113
|
+
});
|
|
84
114
|
if (onError) onError();
|
|
85
115
|
}
|
|
86
116
|
} else {
|
|
87
|
-
|
|
117
|
+
AlertGlobal.show({
|
|
118
|
+
type: 'warning',
|
|
119
|
+
title: 'Thông báo',
|
|
120
|
+
message: 'Có lỗi xảy ra. Vui lòng thử lại sau.',
|
|
121
|
+
primaryText: 'Đóng',
|
|
122
|
+
});
|
|
88
123
|
if (onError) onError();
|
|
89
124
|
}
|
|
90
125
|
} catch (error) {
|
|
91
126
|
this.loadingDocument = false;
|
|
92
|
-
|
|
127
|
+
AlertGlobal.show({
|
|
128
|
+
type: 'warning',
|
|
129
|
+
title: 'Thông báo',
|
|
130
|
+
message: 'Có lỗi xảy ra. Vui lòng thử lại sau.',
|
|
131
|
+
primaryText: 'Đóng',
|
|
132
|
+
});
|
|
93
133
|
console.log(error);
|
|
94
134
|
if (onError) onError();
|
|
95
135
|
}
|
|
@@ -106,10 +146,20 @@ class Store {
|
|
|
106
146
|
return { id: item.code, name: item.vi };
|
|
107
147
|
});
|
|
108
148
|
} else {
|
|
109
|
-
|
|
149
|
+
AlertGlobal.show({
|
|
150
|
+
type: 'warning',
|
|
151
|
+
title: 'Thông báo',
|
|
152
|
+
message: response.data.meta.errorMessage,
|
|
153
|
+
primaryText: 'Đóng',
|
|
154
|
+
});
|
|
110
155
|
}
|
|
111
156
|
} else {
|
|
112
|
-
|
|
157
|
+
AlertGlobal.show({
|
|
158
|
+
type: 'warning',
|
|
159
|
+
title: 'Thông báo',
|
|
160
|
+
message: 'Không lấy được danh sách nguồn thu nhập.',
|
|
161
|
+
primaryText: 'Đóng',
|
|
162
|
+
});
|
|
113
163
|
}
|
|
114
164
|
} catch (error) {
|
|
115
165
|
console.log(error);
|
|
@@ -127,10 +177,20 @@ class Store {
|
|
|
127
177
|
return { id: item.code, name: item.vi };
|
|
128
178
|
});
|
|
129
179
|
} else {
|
|
130
|
-
|
|
180
|
+
AlertGlobal.show({
|
|
181
|
+
type: 'warning',
|
|
182
|
+
title: 'Thông báo',
|
|
183
|
+
message: response.data.meta.errorMessage,
|
|
184
|
+
primaryText: 'Đóng',
|
|
185
|
+
});
|
|
131
186
|
}
|
|
132
187
|
} else {
|
|
133
|
-
|
|
188
|
+
AlertGlobal.show({
|
|
189
|
+
type: 'warning',
|
|
190
|
+
title: 'Thông báo',
|
|
191
|
+
message: 'Không lấy được trạng thái làm việc.',
|
|
192
|
+
primaryText: 'Đóng',
|
|
193
|
+
});
|
|
134
194
|
}
|
|
135
195
|
} catch (error) {
|
|
136
196
|
console.log(error);
|
|
@@ -148,10 +208,20 @@ class Store {
|
|
|
148
208
|
return { id: item.code, name: item.vi };
|
|
149
209
|
});
|
|
150
210
|
} else {
|
|
151
|
-
|
|
211
|
+
AlertGlobal.show({
|
|
212
|
+
type: 'warning',
|
|
213
|
+
title: 'Thông báo',
|
|
214
|
+
message: response.data.meta.errorMessage,
|
|
215
|
+
primaryText: 'Đóng',
|
|
216
|
+
});
|
|
152
217
|
}
|
|
153
218
|
} else {
|
|
154
|
-
|
|
219
|
+
AlertGlobal.show({
|
|
220
|
+
type: 'warning',
|
|
221
|
+
title: 'Thông báo',
|
|
222
|
+
message: 'Không lấy được danh sách chức vụ.',
|
|
223
|
+
primaryText: 'Đóng',
|
|
224
|
+
});
|
|
155
225
|
}
|
|
156
226
|
} catch (error) {
|
|
157
227
|
console.log(error);
|
|
@@ -208,17 +278,32 @@ class Store {
|
|
|
208
278
|
if (response.data.meta.errorCode === 200) {
|
|
209
279
|
if (onSuccess) onSuccess();
|
|
210
280
|
} else {
|
|
211
|
-
|
|
281
|
+
AlertGlobal.show({
|
|
282
|
+
type: 'warning',
|
|
283
|
+
title: 'Thông báo',
|
|
284
|
+
message: response.data.meta.errorMessage,
|
|
285
|
+
primaryText: 'Đóng',
|
|
286
|
+
});
|
|
212
287
|
if (onError) onError();
|
|
213
288
|
}
|
|
214
289
|
} else {
|
|
215
|
-
|
|
290
|
+
AlertGlobal.show({
|
|
291
|
+
type: 'warning',
|
|
292
|
+
title: 'Thông báo',
|
|
293
|
+
message: 'Có lỗi xảy ra. Vui lòng thử lại sau.',
|
|
294
|
+
primaryText: 'Đóng',
|
|
295
|
+
});
|
|
216
296
|
if (onError) onError();
|
|
217
297
|
}
|
|
218
298
|
} catch (error) {
|
|
219
299
|
this.loadingButton = false;
|
|
220
300
|
if (onError) onError();
|
|
221
|
-
|
|
301
|
+
AlertGlobal.show({
|
|
302
|
+
type: 'warning',
|
|
303
|
+
title: 'Thông báo',
|
|
304
|
+
message: 'Có lỗi xảy ra. Vui lòng thử lại sau.',
|
|
305
|
+
primaryText: 'Đóng',
|
|
306
|
+
});
|
|
222
307
|
}
|
|
223
308
|
}
|
|
224
309
|
|
|
@@ -233,16 +318,31 @@ class Store {
|
|
|
233
318
|
if (onSuccess) onSuccess();
|
|
234
319
|
this.tab = 2;
|
|
235
320
|
} else {
|
|
236
|
-
|
|
321
|
+
AlertGlobal.show({
|
|
322
|
+
type: 'warning',
|
|
323
|
+
title: 'Thông báo',
|
|
324
|
+
message: response.data.meta.errorMessage,
|
|
325
|
+
primaryText: 'Đóng',
|
|
326
|
+
});
|
|
237
327
|
if (onError) onError();
|
|
238
328
|
}
|
|
239
329
|
} else {
|
|
240
|
-
|
|
330
|
+
AlertGlobal.show({
|
|
331
|
+
type: 'warning',
|
|
332
|
+
title: 'Thông báo',
|
|
333
|
+
message: 'Có lỗi xảy ra. Vui lòng thử lại sau.',
|
|
334
|
+
primaryText: 'Đóng',
|
|
335
|
+
});
|
|
241
336
|
if (onError) onError();
|
|
242
337
|
}
|
|
243
338
|
} catch (error) {
|
|
244
339
|
this.loadingButton = false;
|
|
245
|
-
|
|
340
|
+
AlertGlobal.show({
|
|
341
|
+
type: 'warning',
|
|
342
|
+
title: 'Thông báo',
|
|
343
|
+
message: 'Có lỗi xảy ra. Vui lòng thử lại sau.',
|
|
344
|
+
primaryText: 'Đóng',
|
|
345
|
+
});
|
|
246
346
|
if (onError) onError();
|
|
247
347
|
}
|
|
248
348
|
}
|
|
@@ -256,11 +356,21 @@ class Store {
|
|
|
256
356
|
if (response.data.meta.errorCode === 200) {
|
|
257
357
|
if (onSuccess) onSuccess(response.data.data);
|
|
258
358
|
} else {
|
|
259
|
-
|
|
359
|
+
AlertGlobal.show({
|
|
360
|
+
type: 'warning',
|
|
361
|
+
title: 'Thông báo',
|
|
362
|
+
message: response.data.meta.errorMessage,
|
|
363
|
+
primaryText: 'Đóng',
|
|
364
|
+
});
|
|
260
365
|
}
|
|
261
366
|
} else {
|
|
262
367
|
this.loadingInsurance = false;
|
|
263
|
-
|
|
368
|
+
AlertGlobal.show({
|
|
369
|
+
type: 'warning',
|
|
370
|
+
title: 'Thông báo',
|
|
371
|
+
message: 'Không lấy được lịch thanh toán!',
|
|
372
|
+
primaryText: 'Đóng',
|
|
373
|
+
});
|
|
264
374
|
}
|
|
265
375
|
} catch (error) {
|
|
266
376
|
console.log(error);
|
|
@@ -279,11 +389,21 @@ class Store {
|
|
|
279
389
|
this.dataInsurance = response.data.data;
|
|
280
390
|
if (onSuccess) onSuccess(response.data.data);
|
|
281
391
|
} else {
|
|
282
|
-
|
|
392
|
+
AlertGlobal.show({
|
|
393
|
+
type: 'warning',
|
|
394
|
+
title: 'Thông báo',
|
|
395
|
+
message: response.data.meta.errorMessage,
|
|
396
|
+
primaryText: 'Đóng',
|
|
397
|
+
});
|
|
283
398
|
}
|
|
284
399
|
} else {
|
|
285
400
|
this.loadingInsurance = false;
|
|
286
|
-
|
|
401
|
+
AlertGlobal.show({
|
|
402
|
+
type: 'warning',
|
|
403
|
+
title: 'Thông báo',
|
|
404
|
+
message: 'Không lấy được phí bảo hiểm.',
|
|
405
|
+
primaryText: 'Đóng',
|
|
406
|
+
});
|
|
287
407
|
}
|
|
288
408
|
} catch (error) {
|
|
289
409
|
console.log(error);
|
|
@@ -299,10 +419,20 @@ class Store {
|
|
|
299
419
|
if (response.data.meta.errorCode === 200) {
|
|
300
420
|
if (onSuccess) onSuccess();
|
|
301
421
|
} else {
|
|
302
|
-
|
|
422
|
+
AlertGlobal.show({
|
|
423
|
+
type: 'warning',
|
|
424
|
+
title: 'Thông báo',
|
|
425
|
+
message: response.data.meta.errorMessage,
|
|
426
|
+
primaryText: 'Đóng',
|
|
427
|
+
});
|
|
303
428
|
}
|
|
304
429
|
} else {
|
|
305
|
-
|
|
430
|
+
AlertGlobal.show({
|
|
431
|
+
type: 'warning',
|
|
432
|
+
title: 'Thông báo',
|
|
433
|
+
message: 'Có lỗi xảy ra. Vui lòng thử lại sau!',
|
|
434
|
+
primaryText: 'Đóng',
|
|
435
|
+
});
|
|
306
436
|
}
|
|
307
437
|
} catch (error) {
|
|
308
438
|
console.log(error);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
//@ts-nocheck
|
|
2
2
|
import React, { useEffect } from 'react';
|
|
3
3
|
import {
|
|
4
|
-
Alert,
|
|
5
4
|
Dimensions,
|
|
6
5
|
Image,
|
|
7
6
|
StyleSheet,
|
|
@@ -44,6 +43,7 @@ import {
|
|
|
44
43
|
Icon9,
|
|
45
44
|
IconSuccess,
|
|
46
45
|
} from '../../assets/v3';
|
|
46
|
+
import { AlertGlobal } from '../../components/ModalNotification/AlertGlobal';
|
|
47
47
|
|
|
48
48
|
interface IProps {
|
|
49
49
|
item?: any;
|
|
@@ -130,14 +130,22 @@ export default function DigitalTopupItem({
|
|
|
130
130
|
}, 300);
|
|
131
131
|
}
|
|
132
132
|
} else {
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
133
|
+
AlertGlobal.show({
|
|
134
|
+
type: 'warning',
|
|
135
|
+
title: 'Thông báo',
|
|
136
|
+
message:
|
|
137
|
+
response.data.meta.errorMessage ||
|
|
138
|
+
'Có lỗi xảy ra, vui lòng thử lại sau!',
|
|
139
|
+
primaryText: 'Đóng',
|
|
140
|
+
});
|
|
138
141
|
}
|
|
139
142
|
} catch (error) {
|
|
140
|
-
|
|
143
|
+
AlertGlobal.show({
|
|
144
|
+
type: 'warning',
|
|
145
|
+
title: 'Thông báo',
|
|
146
|
+
message: 'Có lỗi xảy ra, vui lòng thử lại sau!',
|
|
147
|
+
primaryText: 'Đóng',
|
|
148
|
+
});
|
|
141
149
|
} finally {
|
|
142
150
|
setIsLoading(false);
|
|
143
151
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
//@ts-nocheck
|
|
2
2
|
import React, { useEffect } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { Image, StyleSheet, TouchableOpacity, View } from 'react-native';
|
|
4
4
|
import LinearGradient from 'react-native-linear-gradient';
|
|
5
5
|
import { IconMoney2, IconQuestion } from '../../assets/svgs';
|
|
6
6
|
import { MText } from '../../components/MText';
|
|
@@ -24,6 +24,7 @@ import { ScreenNames } from '../../navigation';
|
|
|
24
24
|
import { CheckBox, CheckBoxActive, Close2Icon, Info } from '../../assets/icons';
|
|
25
25
|
import Modal from 'react-native-modal';
|
|
26
26
|
import { Api } from '../../services/api';
|
|
27
|
+
import { AlertGlobal } from '../../components/ModalNotification/AlertGlobal';
|
|
27
28
|
|
|
28
29
|
interface IProps {
|
|
29
30
|
item?: any;
|
|
@@ -125,14 +126,22 @@ export default function ItemMotoBikeLoan({
|
|
|
125
126
|
setShowPolicy(false);
|
|
126
127
|
callback();
|
|
127
128
|
} else {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
129
|
+
AlertGlobal.show({
|
|
130
|
+
type: 'warning',
|
|
131
|
+
title: 'Thông báo',
|
|
132
|
+
message:
|
|
133
|
+
response?.data?.meta?.errorMessage ||
|
|
134
|
+
'Có lỗi xảy ra, vui lòng thử lại sau!',
|
|
135
|
+
primaryText: 'Đóng',
|
|
136
|
+
});
|
|
133
137
|
}
|
|
134
138
|
} catch (error) {
|
|
135
|
-
|
|
139
|
+
AlertGlobal.show({
|
|
140
|
+
type: 'warning',
|
|
141
|
+
title: 'Thông báo',
|
|
142
|
+
message: 'Có lỗi xảy ra, vui lòng thử lại sau!',
|
|
143
|
+
primaryText: 'Đóng',
|
|
144
|
+
});
|
|
136
145
|
} finally {
|
|
137
146
|
setIsLoading(false);
|
|
138
147
|
}
|