THAI: update text payment

This commit is contained in:
Kenta420 2024-02-01 13:13:52 +07:00
parent fe961389d2
commit b95b8235b0
3 changed files with 15 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

View file

@ -33,13 +33,8 @@
If show_eng = "true" Then
Var show_btp = "ROOT/taobin_project/image/bn_thai_lang_press.png"
Var show_btn = "ROOT/taobin_project/image/bn_thai_lang.png"
Var Text_X = 170
Var posX = 270
Else
Var Text_X = 255
Var posX = 400
Var show_btp = "ROOT/taobin_project/image/bn_eng_lang_press.png"
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
@ -66,7 +61,22 @@
If SumCreditAmount < PayAmountSubDiscount Then
Var Min = PayAmountSubDiscount - SumCreditAmount
If show_eng = "true" Then
Var Text_X = 170
Var posX = 250
Else
Var Text_X = 255
Var posX = 380
EndIf
Else
Var text_44 = "/text_45.png"
If show_eng = "true" Then
Var Text_X = 263
Var posX = 350
Else
Var Text_X = 246
Var posX = 380
EndIf
Var Min = PayAmountSubDiscount
EndIf