UAE_DUBAI: add brewing3Conti, add pics

This commit is contained in:
Pakin 2024-04-05 14:23:46 +07:00
parent 52a8f96de6
commit c7519449cb
29 changed files with 1543 additions and 197 deletions

View file

@ -739,7 +739,23 @@
If CheckCoupons = 2 Then
Var TaobinCredit = Ext1b
Open "ROOT/taobin_project/xml/page_check_member2.xml"
If InternationalEnable = 1 Then
Var ChackMemberPage = CountryRootPath + "xml/page_check_member2.lxml"
If CountryName = "Malaysia" Then
Open ChackMemberPage
EndIf
If CountryName = "UnitedArabEmirates Dubai" Then
Open ChackMemberPage
EndIf
Else
Open "ROOT/taobin_project/xml/page_check_member2.xml"
EndIf
EndIf