MYS: fix shell collect bug, add menus/change pic raya pro

This commit is contained in:
Pakin 2024-03-27 15:10:33 +07:00
parent 1fdb301363
commit acbeb5dbf7
17 changed files with 7111 additions and 2 deletions

View file

@ -1457,7 +1457,12 @@
Var ChackMemberPage = CountryRootPath + "xml/page_check_member.lxml"
OpenInst 2 ChackMemberPage
Else
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_check_member.xml"
If CountryName = "Malaysia" Then
Var ChackMemberPage = CountryRootPath + "xml/page_check_member.lxml"
OpenInst 2 ChackMemberPage
Else
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_check_member.xml"
EndIf
EndIf
Else
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_check_member.xml"