THAI INTER: fix page_payment_cashMore ex.grab, fix path tha inter
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 8.8 KiB |
|
Before Width: | Height: | Size: 9 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 8 KiB After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 8.6 KiB |
|
|
@ -8,6 +8,12 @@
|
|||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
|
||||
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_main_blank.xml"
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
If CountryName = "Thailand" Then
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
SAVELOG "======================================= catalog multi instance ================================"
|
||||
; On open
|
||||
|
|
|
|||
|
|
@ -258,14 +258,13 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If EnableMultiInstance = "true" Then
|
||||
If InternationalEnable = 1 Then
|
||||
If CountryName = "Thailand" Then
|
||||
Open "ROOT/taobin_project/inter/tha/xml/page_catalog.lxml"
|
||||
EndIf
|
||||
If InternationalEnable = 1 Then
|
||||
If CountryName = "Thailand" Then
|
||||
Open "ROOT/taobin_project/inter/tha/xml/multi/page_catalog.lxml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Var Price5Active = 0
|
||||
</EventOpen>
|
||||
<EventLanguageChange>
|
||||
|
|
|
|||