THAI: add image coupon check_member2.xml

This commit is contained in:
Kenta420 2024-06-05 17:53:36 +07:00
parent 9959dc635c
commit 006891246d
2 changed files with 10 additions and 2 deletions

View file

@ -620,7 +620,7 @@
Var CouponNameB = "/imgCoupon121.png"
EndIf
If CouponTypeA = "135" Then
If CouponTypeB = "135" Then
Var CouponNameB = "/imgCouponMKP1.png"
EndIf
@ -869,7 +869,7 @@
Var CouponNameB = "/imgCoupon121.png"
EndIf
If CouponTypeA = "135" Then
If CouponTypeB = "135" Then
Var CouponNameB = "/imgCouponMKP1.png"
EndIf

View file

@ -485,6 +485,10 @@
Var CouponNameA = "/imgCoupon121.png"
EndIf
If CouponTypeA = "135" Then
Var CouponNameA = "/imgCouponMKP1.png"
EndIf
INT CouponExireA_D
INT CouponExireA_Y
Var CouponExireA_Y = CouponExireA_Y + 0
@ -552,6 +556,10 @@
Var CouponNameB = "/imgCoupon121.png"
EndIf
If CouponTypeB = "135" Then
Var CouponNameB = "/imgCouponMKP1.png"
EndIf
INT CouponExireB_D
INT CouponExireB_Y
Var CouponExireB_Y = CouponExireB_Y + 0