THAI: update text payment
This commit is contained in:
parent
fe961389d2
commit
b95b8235b0
3 changed files with 15 additions and 5 deletions
BIN
image/collectiing/text_45.png
Normal file
BIN
image/collectiing/text_45.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
BIN
image/collectiing_en/text_45.png
Normal file
BIN
image/collectiing_en/text_45.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.5 KiB |
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue