This commit is contained in:
wanlop run 2024-01-31 21:30:53 +07:00
parent 7085ebb683
commit eec8c551dc
10 changed files with 43 additions and 20 deletions

View file

@ -57,6 +57,7 @@
Var img_popup2 = "/img_popup2.png"
Var img_popup3 = "/img_popup3.png"
;inter-image
If CountryName = "Malaysia" Then
Var img_popup2 = "/img_popup2-MYR.png"
Var img_popup3 = "/img_popup3-MYR.png"
@ -84,6 +85,15 @@
Var MemberState3 = "Invisible"
EndIf
If CountryName = "Singapore" Then
Var img_popup2 = "/img_popup2-SGP.png"
Var img_popup3 = "/img_popup3-SGP.png"
Var MemberState1 = "Enable"
Var MemberState2 = "Invisible"
Var MemberState3 = "Invisible"
EndIf